Version:
type

ValueChangedEvent

typescript
type ValueChangedEvent = AccessibilityEventBase & { details: { value: string }; type: "valueChanged" }

Was this page helpful?