Search results

CommentActionEventArgs API in JavaScript DocumentEditor API control

This event args provides the necessary information about comment actions.

Properties

author

string

Comment author.

cancel

boolean

Specifies whether the event is canceled or not.

mentions

FieldSettingsModel[]

Specifies the mentions.

text

string

Specifies the commented text.

type

CommentAction

Specifies the comment action type.