[]
        
(Showing Draft Content)

Interops.Vue.GcFunctionKeyInfo

GcFunctionKeyInfo クラス

コンポーネントのセレクタ GcFunctionKeyInfoComponent. it's always used nested inside GcFunctionKeyComponent.

example:

<GcFunctionKeyComponent [key-repeat]='false' [handle-mouse]='true'>
    <GcFunctionKeyInfoComponent [key]='16' description='F1'></GcFunctionKeyInfoComponent>
    <GcFunctionKeyInfoComponent [key]='32' description='F2'></GcFunctionKeyInfoComponent>
</GcFunctionKeyComponent>

階層

  • GcFunctionKeyInfo

プロパティ

description

description: string

キーのテキストを設定します。

display-style

display-style: DisplayStyle

ファンクションキーのボタン画像とテキストの表示方法を指定します。

image-position

image-position: ImagePosition

ファンクションキーのボタン画像を表示する位置を指定します。

key

継承元 FunctionKeyInfo.key

キーの種類を設定します。

tip-text

tip-text: string

ツールチップテキストを設定します。