Trevixal API
    Preparing search index...

    Interface ResizeHandlesOptions

    interface ResizeHandlesOptions {
        container?: HTMLElement;
        cornerHandle?: boolean;
        minColumnWidth?: number;
        minRowHeight?: number;
    }
    Index
    container?: HTMLElement

    Where the drag guide and the corner handle are appended. Must be a positioned ancestor of the editor surface. Both are placed absolutely within it.

    cornerHandle?: boolean

    A handle at the table's bottom-right corner while the caret is inside it; dragging it scales the whole table. On unless set to false.

    minColumnWidth?: number

    Narrowest a column may be dragged, in px. Defaults to 40.

    minRowHeight?: number

    Shortest a row may be dragged, in px. Defaults to 24.