The enteprise layers subschema adds a layers property to the CMS extension. layers is a record of floor ids to EnterpriseLayers objects.
layers
EnterpriseLayers objects are a mapping of GeometryIds to layer names.
export type EnterpriseLayersSchema = { layers: Record<FloorId, Record<GeometryId, LayerName>>} Copy
export type EnterpriseLayersSchema = { layers: Record<FloorId, Record<GeometryId, LayerName>>}
Description
The enteprise layers subschema adds a
layersproperty to the CMS extension.layersis a record of floor ids to EnterpriseLayers objects.EnterpriseLayers objects are a mapping of GeometryIds to layer names.
Example