Trevixal API
    Preparing search index...

    Interface BlockCommands

    Advanced-block commands the toolbar drives. Every member is optional: a host wiring only callouts gets only the callout control, never a dead button for the rest.

    interface BlockCommands {
        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