@sme.up/kokos-sdk-node
Preparing search index...
SmeupSchSection
Interface SmeupSchSection
interface
SmeupSchSection
{
components
?:
SmeupSchComponent
[]
;
dim
?:
string
;
id
:
string
;
layout
:
string
;
sections
?:
SmeupSchSection
[]
;
type
?:
SectionTypes
;
variables
?:
SmeupVariable
[]
;
}
Index
Properties
components?
dim?
id
layout
sections?
type?
variables?
Properties
Optional
components
components
?:
SmeupSchComponent
[]
Optional
dim
dim
?:
string
id
id
:
string
layout
layout
:
string
Optional
sections
sections
?:
SmeupSchSection
[]
Optional
type
type
?:
SectionTypes
Optional
variables
variables
?:
SmeupVariable
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
components
dim
id
layout
sections
type
variables
@sme.up/kokos-sdk-node
Loading...