Trevixal API
    Preparing search index...

    Interface ToolbarControl

    A non-button control (select, color picker, table grid) built on demand.

    interface ToolbarControl {
        create: (editor: Editor, document: Document) => Control;
        name: string;
    }
    Index
    create: (editor: Editor, document: Document) => Control
    name: string