ControlEvent
Class
Base class for every event sent by AbstractControl.events()
API
abstract class ControlEvent<T = any> {}
source
AbstractControl<unknown, unknown>
Form control from which this event is originated.
Note: the type of the control can't be infered from T as the event can be emitted by any of child controls
Jump to details