Vertex Viewer SDK
    Preparing search index...

    Interface SceneTreeState

    interface SceneTreeState {
        connection: ConnectionState;
        filterOptions?: FilterTreeOptions;
        filterTerm?: string;
        firstFetchComplete?: boolean;
        handshakeReceived?: boolean;
        isPartialFilterResponse?: boolean;
        isPartialKeysResponse?: boolean;
        isSearching: boolean;
        rows: Row[];
        shouldShowEmptyResults?: boolean;
        shouldShowLoading?: boolean;
        totalFilteredRows?: number;
        totalRows: number;
    }
    Index
    connection: ConnectionState
    filterOptions?: FilterTreeOptions
    filterTerm?: string
    firstFetchComplete?: boolean
    handshakeReceived?: boolean
    isPartialFilterResponse?: boolean
    isPartialKeysResponse?: boolean
    isSearching: boolean
    rows: Row[]
    shouldShowEmptyResults?: boolean
    shouldShowLoading?: boolean
    totalFilteredRows?: number
    totalRows: number