ILinkCommandsArgs

12 Sep 20251 minute to read

Provides details about a link added to the Rich Text Editor.

Properties

selectParent Node[]

Identifies the link element to be edited.

selection NodeSelection

Represents the instance of the current selection.

target string

Indicates the target attribute of the link.

text string

Specifies the text for the link to be inserted.

title string

Indicates the title for the link to be inserted.

url string

Specifies the URL attribute of the link.