@sme.up/kokos-sdk-node
Preparing search index...
SmeupSetup
Interface SmeupSetup<T>
interface
SmeupSetup
<
T
extends
ComponentOptions
=
ComponentOptions
>
{
commands
?:
SmeupDataNode
[]
;
context
?:
string
;
operations
?:
{
delete
?:
boolean
;
insert
?:
boolean
;
update
?:
boolean
}
;
options
?:
SmeupSetupBase
<
T
>
;
title
?:
string
;
userSetups
?:
boolean
;
}
Type Parameters
T
extends
ComponentOptions
=
ComponentOptions
Index
Properties
commands?
context?
operations?
options?
title?
user
Setups?
Properties
Optional
commands
commands
?:
SmeupDataNode
[]
Optional
context
context
?:
string
Optional
operations
operations
?:
{
delete
?:
boolean
;
insert
?:
boolean
;
update
?:
boolean
}
Optional
options
options
?:
SmeupSetupBase
<
T
>
Optional
title
title
?:
string
Optional
user
Setups
userSetups
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commands
context
operations
options
title
user
Setups
@sme.up/kokos-sdk-node
Loading...