ObjectManager
Properties
buildings
Type | Read-Only | Description |
---|---|---|
Map< ?number | symbol, BuildingObject> | YES |
floors
Type | Read-Only | Description |
---|---|---|
Map< ?number | symbol, FloorObject> | YES |
labels
Type | Read-Only | Description |
---|---|---|
Map< ?number | symbol, LabelObject> | YES |
site
Type | Read-Only | Description |
---|---|---|
SiteObject | YES |
spaces
Type | Read-Only | Description |
---|---|---|
Map< ?number | symbol, SpaceObject> | YES |
user
Type | Read-Only | Description |
---|---|---|
?UserObject | YES |
Methods
getFloor
getFloor(floorId: number|symbol): ?FloorObject
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
floorId | number | symbol | Yes | - |
Returns:
Type: ?FloorObject
getBuilding
getBuilding(buildingId: number|symbol): ?BuildingObject
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
buildingId | number | symbol | Yes | - |
Returns:
Type: ?BuildingObject
getSpace
getSpace(spaceId: number|symbol): ?SpaceObject
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
spaceId | number | symbol | Yes | - |
Returns:
Type: ?SpaceObject
getLabel
getLabel(labelId: number|symbol): ?LabelObject
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
labelId | number | symbol | Yes | - |
Returns:
Type: ?LabelObject