ObjectStoreExplorerState | Data Inspector Library API Reference
- Last UpdatedJun 16, 2025
- 2 minute read
Hierarchy
-
AbstractPartitionsListState<ObjectStoreItem>
- ObjectStoreExplorerState
Index
Properties
Optional activePage
The value of active page (starts from 0).
Optional ascSortDirection
Defines if the sort direction is ascending.
currentPath
Path for breadcrumbs items to display.
Optional dataInActiveFolder
An array of ObjectStoreItem instances located in the folder defined by currentPath
property.
Optional hidden
Defines if PartitionsList component is hidden.
Optional isUserLoggedIn
Defines if any user is logged in the system.
layer
Active layer, an instance of ObjectStoreLayer.
Optional mapConfig
Stores map config object related to the active folder. Can be an instance of
ObjectStoreMapConfig if map config exists for the active folder, null
if map config is
not exists for the active folder or undefined
if map config has not been fetched yet.
Optional pageSize
The value of page size.
Optional searchString
The value of searching string.
Optional selectedItemKey
The key of the selected item.
Optional selectedItemKeyOptional
The optional key of the selected item.
Optional sortProperty
Defines which property is currently selected for sorting.
A state for the ObjectStoreExplorer widget.