Configurable properties used by the floor filter widget.
Referenced by: widgets
Properties
| Property | Details | 
|---|---|
| enabled | Indicates whether the floor filter is actively filtering the displayed content according to the floor filter selection. | 
| facility | Contains a facility identifier for the initially selected facility in the floor filter. | 
| level | Contains a level identifier for the initially selected floor, which is used when filtering floor-aware layers. | 
| longNames | Indicates whether the floor filter is showing long names instead of short names for floor levels. | 
| minimized | Indicates whether the floor filter has been minimized to show only the levels list instead of showing the full set of breadcrumbs. | 
| pinnedLevels | Indicates whether the floor filter has been pinned to show the floor levels list, instead of including the levels as a breadcrumb dropdown. | 
| site | Contains a site identifier for the initially selected site in the floor filter. | 
floorFilter Example
{
  "enabled": true,
  "level": "Redlands.BuildingQ.Level3",
  "longNames": false
}