@kognifai/cogsengine
Preparing search index...
Cogs
IMenuOptionsXR
Interface IMenuOptionsXR
interface
IMenuOptionsXR
{
action
?:
(
value
:
any
)
=>
void
;
current
?:
any
;
default
?:
any
;
label
:
string
;
max
?:
number
;
min
?:
number
;
options
?:
any
[]
;
step
?:
number
;
type
?:
string
;
}
Index
Properties
action?
current?
default?
label
max?
min?
options?
step?
type?
Properties
Optional
action
action
?:
(
value
:
any
)
=>
void
Optional
current
current
?:
any
Optional
default
default
?:
any
label
label
:
string
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
options
options
?:
any
[]
Optional
step
step
?:
number
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
current
default
label
max
min
options
step
type
@kognifai/cogsengine
Loading...