Vertex Viewer SDK
    Preparing search index...

    Interface VertexSceneTreeTableColumn

    interface VertexSceneTreeTableColumn {
        initialWidth?: number;
        maxWidth?: number;
        minWidth?: number;
    }
    Index
    initialWidth?: number

    The initial width of this column.

    maxWidth?: number

    The maximum width of this column.

    minWidth?: number

    The minimum width of this column.