MVFv3 API Documentation
    Preparing search index...

    Module subSchemas/enterpriseLayers

    The enteprise layers subschema adds a layers property to the CMS extension. layers is a record of floor ids to EnterpriseLayers objects.

    EnterpriseLayers objects are a mapping of GeometryIds to layer names.

    	export type EnterpriseLayersSchema = {
    layers: Record<FloorId, Record<GeometryId, LayerName>>
    }

    Type Aliases

    EnterpriseLayers
    EnterpriseLayersByFloor
    EnterpriseLayersSchema

    Variables

    EnterpriseLayersReferences