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