Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaParametricEvaluation
Interface AsukaParametricEvaluation
interface
AsukaParametricEvaluation
{
computedValues
:
Record
<
string
,
AsukaParametricValue
>
;
context
:
Record
<
string
,
unknown
>
;
issues
:
AsukaParametricIssue
[]
;
valid
:
boolean
;
values
:
Record
<
string
,
AsukaParametricValue
>
;
}
Index
Properties
computed
Values
context
issues
valid
values
Properties
computed
Values
computed
Values
:
Record
<
string
,
AsukaParametricValue
>
context
context
:
Record
<
string
,
unknown
>
issues
issues
:
AsukaParametricIssue
[]
valid
valid
:
boolean
values
values
:
Record
<
string
,
AsukaParametricValue
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
Values
context
issues
valid
values
AsukaDesigner JavaScript API - v1.0.0
Loading...