delegate()
A required method that handles the provided event.
delegate(event: ObservableEvent): Promise<unknown> | boolean | void;
Related
interface ObservableObject.EventDelegate static
A type of object that can be used to handle events from other (attached) objects.attach() protected
Attaches the specified observable object to this object.
