Documentation

delegate()

Delegates incoming events to methods of this object, notably from the attached view.

delegate(event: ObservableEvent): Promise<boolean | void> | boolean | void;

Notes

Parameters

Return value

The result of the event handler method, or undefined.

Related