BimCT SDK / WebGL2 Viewer
BimCT.io
Playground
Converter API
Live Demo
Preparing search index...
index
ElementProperty
Interface ElementProperty
Represents a property of an element.
interface
ElementProperty
{
name
:
string
;
type
:
ElementPropertyType
;
numberValue
?:
number
;
textValue
?:
string
;
minValue
?:
number
;
maxValue
?:
number
;
customProps
?:
CustomElementProperty
[]
;
}
Index
Properties
name
type
number
Value?
text
Value?
min
Value?
max
Value?
custom
Props?
Properties
name
name
:
string
type
type
:
ElementPropertyType
Optional
number
Value
numberValue
?:
number
Optional
text
Value
textValue
?:
string
Optional
min
Value
minValue
?:
number
Optional
max
Value
maxValue
?:
number
Optional
custom
Props
customProps
?:
CustomElementProperty
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
number
Value
text
Value
min
Value
max
Value
custom
Props
BimCT.io
Playground
Converter API
Live Demo
BimCT SDK / WebGL2 Viewer
Loading...
Represents a property of an element.