Skip to content

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.
selectedVerticalOrder The initial vertical order that is used to filter layers by vertical order or the layer's configured floor-aware properties.
site Contains a site identifier for the initially selected site in the floor filter.
useVerticalOrder Indicates 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
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.