SwaggerCustomDynamicTreeParameter interface
The swagger custom dynamic tree parameter.
Properties
parameter |
The parameter reference. |
required | Indicates whether the parameter is required. |
selected |
Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation. |
value | The parameter value. |
Property Details
parameterReference
The parameter reference.
parameterReference?: string
Property Value
string
required
Indicates whether the parameter is required.
required?: boolean
Property Value
boolean
selectedItemValuePath
Gets or sets a path to a property in the currently selected item to pass as a value to a parameter for the given operation.
selectedItemValuePath?: string
Property Value
string
value
The parameter value.
value?: any
Property Value
any