Skip to content

Function: installKeys()

installKeys<S, C>(options): () => void

Defined in: modal/keys.ts:222

Bind the stack to the document (capture phase — the one event-capture owner). Claimed events (commands AND swallows) are preventDefault-ed and stopPropagation-ed; passes are untouched. Returns the uninstall function.

Type Parameters

S

S

C

C

Parameters

options

InstallKeysOptions<S, C>

Returns

() => void