BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
BimCTCustomElementPropertiesDataBinding
Interface BimCTCustomElementPropertiesDataBinding
interface
BimCTCustomElementPropertiesDataBinding
{
listCustomElementProperties
(
globalIds
?:
string
[]
,
)
:
Promise
<
CustomElementProperties
>
;
addProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
property
:
CustomElementProperty
,
)
:
Promise
<
CustomElementPropertyResult
>
;
updateProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
property
:
CustomElementProperty
,
)
:
Promise
<
CustomElementPropertyResult
>
;
deleteProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
propertyName
:
string
,
)
:
Promise
<
CustomElementPropertyResult
>
;
}
Index
Methods
list
Custom
Element
Properties
add
Property
update
Property
delete
Property
Methods
list
Custom
Element
Properties
listCustomElementProperties
(
globalIds
?:
string
[]
,
)
:
Promise
<
CustomElementProperties
>
Parameters
Optional
globalIds
:
string
[]
Returns
Promise
<
CustomElementProperties
>
add
Property
addProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
property
:
CustomElementProperty
,
)
:
Promise
<
CustomElementPropertyResult
>
Parameters
globalIds
:
string
[]
groupName
:
string
property
:
CustomElementProperty
Returns
Promise
<
CustomElementPropertyResult
>
update
Property
updateProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
property
:
CustomElementProperty
,
)
:
Promise
<
CustomElementPropertyResult
>
Parameters
globalIds
:
string
[]
groupName
:
string
property
:
CustomElementProperty
Returns
Promise
<
CustomElementPropertyResult
>
delete
Property
deleteProperty
(
globalIds
:
string
[]
,
groupName
:
string
,
propertyName
:
string
,
)
:
Promise
<
CustomElementPropertyResult
>
Parameters
globalIds
:
string
[]
groupName
:
string
propertyName
:
string
Returns
Promise
<
CustomElementPropertyResult
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
list
Custom
Element
Properties
add
Property
update
Property
delete
Property
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...