[]
        
(Showing Draft Content)

Inputman.ITagBoxDropDown

ITagBoxDropDown インターフェイス

タグボックスのドロップダウンリストの設定情報を定義します。

階層

  • ITagBoxDropDown

プロパティ

animationType

animationType: DropDownAnimationType

タグボックスのドロップダウンリストのアニメーション効果を設定または取得します。

close

close: (showAnimation: boolean): void

ドロップダウンリストを閉じると発生するイベント

型宣言

    • (showAnimation: boolean): void
    • 引数

      • showAnimation: boolean

      戻り値 void

getElement

getElement: (): HTMLElement

ドロップダウンリストの要素を取得します。

型宣言

    • (): HTMLElement
    • 戻り値 HTMLElement

open

open: (showAnimation: boolean): void

ドロップダウンリストを開くと発生するイベント

型宣言

    • (showAnimation: boolean): void
    • 引数

      • showAnimation: boolean

      戻り値 void

toggleOpen

toggleOpen: (): void

ドロップダウンリストの開閉状態を切り替える

型宣言

    • (): void
    • 戻り値 void