Vertex Viewer SDK
Preparing search index...
Viewer
SceneTreeState
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
Properties
connection
filter
Options?
filter
Term?
first
Fetch
Complete?
handshake
Received?
is
Partial
Filter
Response?
is
Partial
Keys
Response?
is
Searching
rows
should
Show
Empty
Results?
should
Show
Loading?
total
Filtered
Rows?
total
Rows
Properties
connection
connection
:
ConnectionState
Optional
filter
Options
filterOptions
?:
FilterTreeOptions
Optional
filter
Term
filterTerm
?:
string
Optional
first
Fetch
Complete
firstFetchComplete
?:
boolean
Optional
handshake
Received
handshakeReceived
?:
boolean
Optional
is
Partial
Filter
Response
isPartialFilterResponse
?:
boolean
Optional
is
Partial
Keys
Response
isPartialKeysResponse
?:
boolean
is
Searching
isSearching
:
boolean
rows
rows
:
Row
[]
Optional
should
Show
Empty
Results
shouldShowEmptyResults
?:
boolean
Optional
should
Show
Loading
shouldShowLoading
?:
boolean
Optional
total
Filtered
Rows
totalFilteredRows
?:
number
total
Rows
totalRows
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connection
filter
Options
filter
Term
first
Fetch
Complete
handshake
Received
is
Partial
Filter
Response
is
Partial
Keys
Response
is
Searching
rows
should
Show
Empty
Results
should
Show
Loading
total
Filtered
Rows
total
Rows
Vertex Viewer SDK
Loading...