This method registers a callback function as an event handler. The event is triggered when the user changes the element selection in the editor.
Name | Type | Description |
---|---|---|
handler | (elements: Element[]) => void | Callback function that receives an array of selected elements. |