Documentation

onKeyDown()

Handles the KeyDown event.

onKeyDown(
handle:
| string
| ViewBuilderEventHandler<
TView,
{
key: string;
}
>,
): this;

Parameters

Related