ImageResizeOption
interface
The image resize option used in the image resize configuration.
Properties
-
icon : string | undefinedmodule:image/imageconfig~ImageResizeOption#iconAn icon used by an individual resize button (see the
nameproperty to learn more). Available icons are:'small','medium','large','original'. -
label : string | undefinedmodule:image/imageconfig~ImageResizeOption#labelAn option label displayed in the dropdown or, if the feature is configured using individual buttons, a
tooltipand an ARIA attribute of a button. If not specified, the label is generated automatically based on thevalueoption and theconfig.image.resizeUnit. -
name : stringmodule:image/imageconfig~ImageResizeOption#nameThe name of the UI component that changes the image size.
- If you configure the feature using individual resize buttons, you can refer to this name in the image toolbar configuration.
- If you configure the feature using the resize dropdown, this name will be used for a list item in the dropdown.
-
value : null | stringmodule:image/imageconfig~ImageResizeOption#valueThe value of the resize option without the unit (configured separately).
nullresets an image to its original size.