Search results

IImageCommandsArgs API in JavaScript RichTextEditor API control

Represents the details of an image integrated into the Rich Text Editor.

Properties

altText

string

Describes the alternate text attribute for the image.

cssClass

string

Defines the CSS class names to be applied to the image.

height

Object

Specifies the minimum, maximum, and actual height of the image.

selectParent

Node[]

Refers to the image element that is to be edited.

selection

NodeSelection

Represents the current selection instance.

url

string

Specifies the src attribute of the image.

width

Object

Specifies the minimum, maximum, and actual width of the image.