Search results

SelectionChangedEventArgs API in JavaScript (ES5) Blockeditor API control

Represents the event arguments for a selection change event.

Properties

event

Event

Specifies the native event that triggered the selection change.

previousRange

null

Specifies the previous selection range, represented as an array with [start, end] indexes.

range

null

Specifies the new selection range, represented as an array with [start, end] indexes.

user

UserModel | null

Specifies the user who made the selection change.