Interface for a class ImageSettings
string[]
Specifies the allowed image file types that can be uploaded. Common types include ‘.jpg’, ‘.jpeg’, and ‘.png’.
string
Specifies the alternative text to be displayed when the image cannot be loaded.
string
Specifies one or more CSS classes to be applied to the image element. Useful for applying custom styles or themes.
string
Specifies the display height of the image. Can be defined in pixels or percentage.
string
| number
Specifies the maximum height of the image in pixels or as a string unit. Prevents the image from being resized beyond this value.
string
| number
Specifies the maximum width of the image in pixels or as a string unit. Prevents the image from being resized beyond this value.
string
| number
Specifies the minimum height of the image in pixels or as a string unit. Prevents the image from being resized below this value.
string
| number
Specifies the minimum width of the image in pixels or as a string unit. Prevents the image from being resized below this value.
boolean
Specifies whether the image is in read-only mode. In read-only mode, editing or removing the image is not allowed.
Specifies the format to save the image. Accepts either ‘base64’ for inline image encoding or ‘blob’ for binary object representation.
string
Specifies the image path.
string
Specifies the display width of the image. Can be defined in pixels or percentage.