@sme.up/kokos-sdk-node
Preparing search index...
SmeupSch
Interface SmeupSch
Smeup data structure
interface
SmeupSch
{
actions
?:
SmeupAction
[]
;
buttons
?:
SmeupDataNode
[]
;
debugInfo
?:
DebugInfo
;
dynamisms
?:
RawDynamism
[]
;
id
?:
string
;
info
?:
string
;
layout
?:
string
;
laySetup
?:
any
;
messages
?:
SmeupMessage
[]
;
sections
:
SmeupSchSection
[]
;
setup
?:
SmeupSetup
<
ComponentOptions
>
;
styles
?:
SmeupStyle
[]
;
title
:
string
;
type
:
SmeupScheda
;
variables
?:
SmeupVariable
[]
;
}
Hierarchy (
View Summary
)
SmeupDataStructure
SmeupSch
Index
Properties
actions?
buttons?
debug
Info?
dynamisms?
id?
info?
layout?
lay
Setup?
messages?
sections
setup?
styles?
title
type
variables?
Properties
Optional
actions
actions
?:
SmeupAction
[]
Optional
buttons
buttons
?:
SmeupDataNode
[]
Optional
debug
Info
debugInfo
?:
DebugInfo
Optional
dynamisms
dynamisms
?:
RawDynamism
[]
Optional
id
id
?:
string
Optional
info
info
?:
string
Optional
layout
layout
?:
string
Optional
lay
Setup
laySetup
?:
any
other setup: for example "Menu", left menù
Optional
messages
messages
?:
SmeupMessage
[]
sections
sections
:
SmeupSchSection
[]
Optional
setup
setup
?:
SmeupSetup
<
ComponentOptions
>
Optional
styles
styles
?:
SmeupStyle
[]
title
title
:
string
type
type
:
SmeupScheda
Optional
variables
variables
?:
SmeupVariable
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
buttons
debug
Info
dynamisms
id
info
layout
lay
Setup
messages
sections
setup
styles
title
type
variables
@sme.up/kokos-sdk-node
Loading...
Smeup data structure