Trevixal API
    Preparing search index...

    Interface BlockUICommands

    The command bundle @trevixal/ui expects, so the UI package can offer the advanced blocks without importing this one:

    createEditorUI(editor, { container, blockCommands: blockUICommands() })
    
    interface BlockUICommands {
        addAccordionItem: Command;
        addTab: Command;
        insertAccordion: (count: number) => Command;
        insertAnchor: (id: string) => Command;
        insertBadge: (label: string, tone: string) => Command;
        insertButton: (label: string, href: string) => Command;
        insertCallout: (variant: string) => Command;
        insertCard: Command;
        insertCitation: (text: string) => Command;
        insertColumns: (count: number) => Command;
        insertFootnote: Command;
        insertPageBreak: Command;
        insertReferenceList: Command;
        insertTabs: (count: number) => Command;
        insertTimeline: Command;
        insertTimelineItem: Command;
        insertToggleBlock: Command;
        removeTab: Command;
        renumberCitations: Command;
        setCalloutVariant: (variant: string) => Command;
        setColumnCount: (count: number) => Command;
        toggleToggleOpen: Command;
    }
    Index
    addAccordionItem: Command
    addTab: Command
    insertAccordion: (count: number) => Command
    insertAnchor: (id: string) => Command
    insertBadge: (label: string, tone: string) => Command
    insertButton: (label: string, href: string) => Command
    insertCallout: (variant: string) => Command
    insertCard: Command
    insertCitation: (text: string) => Command
    insertColumns: (count: number) => Command
    insertFootnote: Command
    insertPageBreak: Command
    insertReferenceList: Command
    insertTabs: (count: number) => Command
    insertTimeline: Command
    insertTimelineItem: Command
    insertToggleBlock: Command
    removeTab: Command
    renumberCitations: Command
    setCalloutVariant: (variant: string) => Command
    setColumnCount: (count: number) => Command
    toggleToggleOpen: Command