Documentation

onKey()

Adds an event handler for KeyDown events with the specified key name.

onKey(key: string, handler: string | ViewBuilderEventHandler<TView>): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related