TextSelectionChangeEvent
An event emitted when the text selection changes.
Inherits: Event
Properties
cause- The cause of the selection change.selected_text- The selected text.selection- The new text selection.
Properties
causeclass-attributeinstance-attribute
cause: Optional[TextSelectionChangeCause] = NoneThe cause of the selection change.