Documentation

on()

Adds an event handler to all instances of the UI element.

on(
eventName: string,
handler: string | ViewBuilderEventHandler<TView, any>,
): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related