Search results

IImageCommandsArgs API in Vue RichTextEditor API component

Provides information about a Image added in the Rich Text Editor.

Properties

altText

string

Defines the alternate text attribute of the image

cssClass

string

Defines the class name to be added to the image

height

Object

Defines the minHeight, maxHeight and height of the image

selectParent

Node[]

Defines the image element to be edited

selection

NodeSelection

Defines the instance of the current selection

url

string

Defines the src attribute of the image

width

Object

Defines the minWidth, maxWidth and width of the image