[]
コンポーネントのセレクタ GcFunctionKeyInfoComponent. it's always used nested inside GcFunctionKeyComponent.
GcFunctionKeyInfoComponent
GcFunctionKeyComponent
example:
<GcFunctionKeyComponent [key-repeat]='false' [handle-mouse]='true'> <GcFunctionKeyInfoComponent [key]='16' description='F1'></GcFunctionKeyInfoComponent> <GcFunctionKeyInfoComponent [key]='32' description='F2'></GcFunctionKeyInfoComponent> </GcFunctionKeyComponent>
継承元 FunctionKeyInfo.description
キーのテキストを設定します。
継承元 FunctionKeyInfo.displayStyle
ファンクションキーのボタン画像とテキストの表示方法を指定します。
継承元 FunctionKeyInfo.imagePosition
ファンクションキーのボタン画像を表示する位置を指定します。
継承元 FunctionKeyInfo.key
キーの種類を設定します。
継承元 FunctionKeyInfo.tipText
ツールチップテキストを設定します。
コンポーネントのセレクタ
GcFunctionKeyInfoComponent
. it's always used nested insideGcFunctionKeyComponent
.example:
<GcFunctionKeyComponent [key-repeat]='false' [handle-mouse]='true'> <GcFunctionKeyInfoComponent [key]='16' description='F1'></GcFunctionKeyInfoComponent> <GcFunctionKeyInfoComponent [key]='32' description='F2'></GcFunctionKeyInfoComponent> </GcFunctionKeyComponent>