Trevixal API
    Preparing search index...

    Interface DiagramUICommands

    The command bundle @trevixal/ui is handed so its Insert menu can offer diagrams without depending on this package (see tableUICommands).

    interface DiagramUICommands {
        insertDiagram: (code?: string) => Command;
    }
    Index
    insertDiagram: (code?: string) => Command

    Insert a diagram block; the template when no code is given.