Configurable properties used by the floor filter widget.

Referenced by: widgets

Properties

PropertyDetails
enabledIndicates whether the floor filter is actively filtering the displayed content according to the floor filter selection.
facilityContains a facility identifier for the initially selected facility in the floor filter.
levelContains a level identifier for the initially selected floor, which is used when filtering floor-aware layers.
longNamesIndicates whether the floor filter is showing long names instead of short names for floor levels.
minimizedIndicates whether the floor filter has been minimized to show only the levels list instead of showing the full set of breadcrumbs.
pinnedLevelsIndicates whether the floor filter has been pinned to show the floor levels list, instead of including the levels as a breadcrumb dropdown.
selectedVerticalOrderThe initial vertical order that is used to filter layers by vertical order or the layer’s configured floor-aware properties.
siteContains a site identifier for the initially selected site in the floor filter.
useVerticalOrderIndicates whether the floor filter should use vertical order for floor filtering across multiple facilities.

Floor filter Example

{
"enabled": true,
"level": "Redlands.BuildingQ.Level3",
"longNames": false
}

Floor filter by vertical order Example

{
"enabled": true,
"selectedVerticalOrder": 0,
"useVerticalOrder": true
}