Preparing search index...
The search index is not available
wunderbaum - v0.11.0
wunderbaum
types
SourceObjectType
Interface SourceObjectType
interface
SourceObjectType
{
_format
?:
"flat"
|
"nested"
;
_keyMap
?:
{
[
key
:
string
]
:
string
;
}
;
_positional
?:
string
[]
;
_valueMap
?:
{
[
key
:
string
]
:
string
[]
;
}
;
_version
?:
number
;
children
:
SourceListType
;
columns
?:
ColumnDefinitionList
;
types
?:
NodeTypeDefinitionMap
;
}
Index
Properties
_format?
_key
Map?
_positional?
_value
Map?
_version?
children
columns?
types?
Properties
Optional
_format
_format
?:
"flat"
|
"nested"
Optional
_key
Map
_key
Map
?:
{
[
key
:
string
]
:
string
;
}
Type declaration
[
key
:
string
]:
string
Optional
_positional
_positional
?:
string
[]
Optional
_value
Map
_value
Map
?:
{
[
key
:
string
]
:
string
[]
;
}
Type declaration
[
key
:
string
]:
string
[]
Optional
_version
_version
?:
number
children
children
:
SourceListType
Optional
columns
columns
?:
ColumnDefinitionList
Optional
types
types
?:
NodeTypeDefinitionMap
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
_format
_key
Map
_positional
_value
Map
_version
children
columns
types
wunderbaum - v0.11.0
Loading...