Optional ReadonlyfromIcon of the left side of the slider.
Optional ReadonlyfromLabel of the left side of the slider.
Optional ReadonlyiconIcon of the menu entry.
ReadonlyidThis action's unique id.
Optional ReadonlylabelA textual label (or title) for this action.
ReadonlymaxMaximum slider value (right side).
ReadonlyminMinimum slider value (left side).
ReadonlystepIncrement value of the slider.
Optional ReadonlytoIcon of the right side of the slider.
Optional ReadonlytoLabel of the right side of the slider.
ReadonlytypeThe type of this action.
This method is called if the value of the slider was changed.
OptionalisReturns 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>).
An action definition that provides a slider.