Interface IWidgetOptionParam
Provides advanced settings for options.
Package: ui-framework
Properties
applyEmptyValues
Declaration
applyEmptyValues: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
hidden
If true, hides this option.
Declaration
hidden: boolean
Property Value
| Type | Description |
|---|---|
| boolean | If |
onChange
A single function or an array of functions that will be executed when the option value is changed.
Declaration
onChange?: Function | Function[]
Property Value
| Type | Description |
|---|---|
| Function | Function[] | A single function or an array of functions that will be executed when the option value is changed. |
orderIndex
The order index.
Declaration
orderIndex: number
Property Value
| Type | Description |
|---|---|
| number | The order index. |
values
the option values as defined in the ecommerce-driver.
Declaration
values: PointedArray<IWidgetOptionValue>
Property Value
| Type | Description |
|---|---|
| PointedArray<IWidgetOptionValue> | the option values as defined in the ecommerce-driver. |