Chameleon
Preparing search index...
OptionDef
Interface OptionDef<T, R>
interface
OptionDef
<
T
extends
OptionType
,
R
extends
boolean
>
{
type
:
T
;
description
:
string
;
required
:
R
;
min
?:
number
;
max
?:
number
;
choices
?:
{
name
:
string
;
value
:
string
|
number
}
[]
;
}
Type Parameters
T
extends
OptionType
R
extends
boolean
Index
Properties
type
description
required
min?
max?
choices?
Properties
type
type
:
T
description
description
:
string
required
required
:
R
Optional
min
min
?:
number
Optional
max
max
?:
number
Optional
choices
choices
?:
{
name
:
string
;
value
:
string
|
number
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
description
required
min
max
choices
Chameleon
Loading...