Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaParametricParameter
Interface AsukaParametricParameter
interface
AsukaParametricParameter
{
default
?:
AsukaParametricValue
;
description
?:
string
;
enabledWhen
?:
AsukaParametricValue
;
id
:
string
;
label
?:
string
;
max
?:
AsukaParametricValue
;
metadata
?:
Record
<
string
,
unknown
>
;
min
?:
AsukaParametricValue
;
options
?:
AsukaParametricSelectOption
[]
;
step
?:
number
;
type
:
AsukaParametricParameterType
;
unit
?:
string
;
visibleWhen
?:
AsukaParametricValue
;
}
Index
Properties
default?
description?
enabled
When?
id
label?
max?
metadata?
min?
options?
step?
type
unit?
visible
When?
Properties
Optional
default
default
?:
AsukaParametricValue
Optional
description
description
?:
string
Optional
enabled
When
enabled
When
?:
AsukaParametricValue
id
id
:
string
Optional
label
label
?:
string
Optional
max
max
?:
AsukaParametricValue
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Optional
min
min
?:
AsukaParametricValue
Optional
options
options
?:
AsukaParametricSelectOption
[]
Optional
step
step
?:
number
type
type
:
AsukaParametricParameterType
Optional
unit
unit
?:
string
Optional
visible
When
visible
When
?:
AsukaParametricValue
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
description
enabled
When
id
label
max
metadata
min
options
step
type
unit
visible
When
AsukaDesigner JavaScript API - v1.0.0
Loading...