Preparing search index...
The search index is not available
Cognite JavaScript SDK
Cognite JavaScript SDK
RecordContainerPropertyDefinition
Interface RecordContainerPropertyDefinition
Property schema entry returned when
includeTyping
is true.
interface
RecordContainerPropertyDefinition
{
defaultValue
:
|
null
|
string
|
number
|
boolean
|
object
;
description
?:
string
;
name
?:
string
;
nullable
:
boolean
;
type
:
RecordPropertyTypeDefinition
;
}
Index
Properties
default
Value
description?
name?
nullable
type
Properties
default
Value
default
Value
:
|
null
|
string
|
number
|
boolean
|
object
Optional
description
description
?:
string
Optional
name
name
?:
string
nullable
nullable
:
boolean
type
type
:
RecordPropertyTypeDefinition
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Value
description
name
nullable
type
Cognite JavaScript SDK
Loading...
Property schema entry returned when
includeTypingis true.