• Overview
@angular/cdk/testing

EventData

Type Alias

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}
    
    
Jump to details