[ type ] LinkEvent
Description:
Event object passed to hyperlink event handlers in DocumentEditor > onLinkEvents.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
The component that triggered the event. |
|
|
string | The event type: |
|
string | The |
|
string | The text content of the hyperlink. |
|
boolean | Whether the Shift key was pressed. |
|
boolean | Whether the Ctrl key was pressed. |
|
boolean | Whether the Alt key was pressed. |
|
string | Keyboard modifiers mask. |
|
string | String representation of the keyboard modifiers. |
