[]
        
(Showing Draft Content)

Inputman.ContextToolbarConfig

ContextToolbarConfig インターフェイス

階層

  • ContextToolbarConfig

プロパティ

プロパティ

items

GcRichTextEditorToolbarItemのリスト

オプション position

position: "node" | "selection" | "line"

編集時のツールバーの表示位置 node: テーブルや画像などのノードの上または下に配置します selection: 可能であれば、現在の選択範囲の上/下/中央に配置します line: 現在の選択範囲の右側または左側に配置します

オプション predicate

predicate: (elem: Element): boolean

現在の編集時のツールバーを表示するかどうか

型宣言

    • (elem: Element): boolean
    • 引数

      • elem: Element

      戻り値 boolean