Trevixal API
    Preparing search index...

    Interface TableToolbarCommands

    The table commands the floating toolbar drives, injected by the host.

    interface TableToolbarCommands {
        addColumnAfter: Command;
        addColumnBefore: Command;
        addRowAfter: Command;
        addRowBefore: Command;
        clearSizing?: Command;
        deleteColumn: Command;
        deleteRow: Command;
        deleteTable: Command;
        distributeColumns?: Command;
        mergeCells: Command;
        moveColumnLeft?: Command;
        moveColumnRight?: Command;
        moveRowDown?: Command;
        moveRowUp?: Command;
        splitCell: Command;
        swapCellDown?: Command;
        swapCellLeft?: Command;
        swapCellRight?: Command;
        swapCellUp?: Command;
        toggleHeaderRow: Command;
    }
    Index
    addColumnAfter: Command
    addColumnBefore: Command
    addRowAfter: Command
    addRowBefore: Command
    clearSizing?: Command
    deleteColumn: Command
    deleteRow: Command
    deleteTable: Command
    distributeColumns?: Command
    mergeCells: Command
    moveColumnLeft?: Command
    moveColumnRight?: Command
    moveRowDown?: Command
    moveRowUp?: Command
    splitCell: Command
    swapCellDown?: Command
    swapCellLeft?: Command
    swapCellRight?: Command
    swapCellUp?: Command
    toggleHeaderRow: Command