SelectionSetEvent Type alias
Payload sent to SelectionSet.onChanged event listeners to describe how the contents of the set have changed.
The type
property of the event serves as a type assertion. For example, the following code will output the added and/or removed Ids:
SelectionSetEvent = SelectAddEvent | SelectRemoveEvent | SelectReplaceEvent
Defined in
Last Updated: 13 June, 2024