@sme.up/kokos-sdk-node
Preparing search index...
SmeupDataTree
Interface SmeupDataTree
Smeup data structure
interface
SmeupDataTree
{
actions
?:
SmeupAction
[]
;
buttons
?:
SmeupDataNode
[]
;
children
:
SmeupDataNode
[]
;
columns
?:
SmeupDataColumn
[]
;
debugInfo
?:
DebugInfo
;
messages
?:
SmeupMessage
[]
;
setup
?:
SmeupSetup
<
ComponentOptions
>
;
type
:
SmeupDataTree
;
variables
?:
SmeupVariable
[]
;
}
Hierarchy (
View Summary
)
SmeupDataStructure
SmeupDataTree
Index
Properties
actions?
buttons?
children
columns?
debug
Info?
messages?
setup?
type
variables?
Properties
Optional
actions
actions
?:
SmeupAction
[]
Optional
buttons
buttons
?:
SmeupDataNode
[]
children
children
:
SmeupDataNode
[]
Optional
columns
columns
?:
SmeupDataColumn
[]
Optional
debug
Info
debugInfo
?:
DebugInfo
Optional
messages
messages
?:
SmeupMessage
[]
Optional
setup
setup
?:
SmeupSetup
<
ComponentOptions
>
type
type
:
SmeupDataTree
Optional
variables
variables
?:
SmeupVariable
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
buttons
children
columns
debug
Info
messages
setup
type
variables
@sme.up/kokos-sdk-node
Loading...
Smeup data structure