Optional
Readonly
fromIcon of the left side of the slider.
Optional
Readonly
fromLabel of the left side of the slider.
Optional
Readonly
iconIcon of the menu entry.
Readonly
idThis action's unique id.
Optional
Readonly
labelA textual label (or title) for this action.
Readonly
maxMaximum slider value (right side).
Readonly
minMinimum slider value (left side).
Readonly
stepIncrement value of the slider.
Optional
Readonly
toIcon of the right side of the slider.
Optional
Readonly
toLabel of the right side of the slider.
This method is called if the value of the slider was changed.
Optional
isReturns true
if the action shall be available for the given item.
Should return false
otherwise.
Note that this method may be asynchronous (i.e. return a Promise<boolean>
).
This method must return the current value of the item.
Generated using TypeDoc
An action definition that provides a slider.