BimObjectMap
-
class
BimObjectMap
()
Properties
Methods
Properties
-
BimObjectMap.[Symbol.
toStringTag]
Type: string
-
BimObjectMap.
size
Type: number
-
BimObjectMap.
Map
Type: MapConstructor
Methods
[Symbol.iterator]
-
BimObjectMap.[Symbol.
iterator]
() Return type: IterableIterator <(string, BimObject()
)>
add
-
BimObjectMap.
add
(bimObject) Arguments: - bimObject (
BimObject()
) – None
Return type: void
- bimObject (
addMany
-
BimObjectMap.
addMany
(bimObjects) Arguments: - bimObjects ([
BimObject()
]) – None
Return type: void
- bimObjects ([
computeHashKey
-
BimObjectMap.
computeHashKey
(bimObject) Arguments: - bimObject (
BimObject()
) – None
Return type: string
- bimObject (
entries
-
BimObjectMap.
entries
() Return type: IterableIterator <(string, BimObject()
)>
forEach
-
BimObjectMap.
forEach
(callbackfn[, thisArg]) Arguments: - callbackfn (
function()
) – None - thisArg (
any()
) – optional None
Return type: void
-
BimObjectMap.
callbackfn
(value, key, map) Arguments: - value (
BimObject()
) – None - key (
string()
) – None - map (Map <string,
BimObject()
>) – None
Return type: void
- value (
- callbackfn (
get
-
BimObjectMap.
get
(key) Arguments: - key (
string()
) – None
Return type: BimObject()
| undefined- key (
set
-
BimObjectMap.
set
(key, value) Arguments: - key (
string()
) – None - value (
BimObject()
) – None
Return type: this
- key (
values
-
BimObjectMap.
values
() Return type: IterableIterator < BimObject()
>