ScenarioParameter interface
Model that represents a single scenario parameter definition.
Properties
| default | Default value for the parameter. |
| description | Description of the parameter. |
| name | The name of the parameter. |
| required | Whether this parameter is required. |
| type | Parameter data type. |
Property Details
default
Default value for the parameter.
default?: string
Property Value
string
description
Description of the parameter.
description?: string
Property Value
string
name
The name of the parameter.
name: string
Property Value
string
required
Whether this parameter is required.
required?: boolean
Property Value
boolean
type
Parameter data type.
type: string
Property Value
string