ToolbarStatusEventArgs

12 Sep 20251 minute to read

Provides detailed information about the updatedToolbarStatus event in the Rich Text Editor.

Properties

html object

Defines the HTML toolbar status arguments, providing the current status of the HTML toolbar.

markdown object

Defines the markdown toolbar status arguments, providing the current status of the Markdown toolbar.

name string

Defines the name of the event.

redo boolean

Defines the redo state argument, indicating whether a redo action can be performed.

undo boolean

Defines the undo state argument, indicating whether an undo action can be performed.