W3cubDocs

/Angular

EventData

Data that can be attached to a custom event dispatched from a TestElement.

API

type EventData = | string
  | number
  | boolean
  | Function
  | undefined
  | null
  | EventData[]
  | {[key: string]: EventData}

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/cdk/testing/EventData