Type Alias GlobalNavSettings

GlobalNavSettings: {
    activateKeys: string[];
}

Settings that control how some nav features work. These settings are global because they are used whenever the nav directive is called.

Type declaration

  • activateKeys: string[]

    The keyboard keys that should trigger activate events (like a click). Matches are attempted against both event.key and event.code. These are case insensitive. Setting this value will override the default values of 'Space', 'Return', and 'Enter'.