Version:
type

SelectionChangedEvent

typescript
type SelectionChangedEvent = AccessibilityEventBase & { details: { selectedCount: string; selectedItems: string; selectedText: string; value: string }; type: "selectionChanged" }

Was this page helpful?