Vertex Viewer SDK
    Preparing search index...

    Interface VertexSceneTreeSearchAttributes

    interface VertexSceneTreeSearchAttributes {
        debounce: number;
        disabled: boolean;
        placeholder: string;
        value: string;
    }
    Index
    debounce: number
    disabled: boolean
    placeholder: string
    value: string