Preparing search index...
The search index is not available
Cognite JavaScript SDK
Cognite JavaScript SDK
RecordEnumPropertyType
Interface RecordEnumPropertyType
interface
RecordEnumPropertyType
{
list
:
boolean
;
maxListSize
?:
number
;
type
:
"enum"
;
unknownValue
?:
string
;
values
:
Record
<
string
,
RecordEnumValue
>
;
}
Index
Properties
list
max
List
Size?
type
unknown
Value?
values
Properties
list
list
:
boolean
Optional
max
List
Size
max
List
Size
?:
number
type
type
:
"enum"
Optional
unknown
Value
unknown
Value
?:
string
values
values
:
Record
<
string
,
RecordEnumValue
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
max
List
Size
type
unknown
Value
values
Cognite JavaScript SDK
Loading...