Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyboardMovementConfiguration

remarks

@since 5.0.0

Hierarchy

Index

Properties

decrementKeys?: readonly string[]

A list of keys that will attempt to decrement the focus index by 1.

defaultvalue

["ArrowUp"]

incrementKeys?: readonly string[]

A list of keys that will attempt to increment the focus index by 1.

defaultvalue

["ArrowDown"]

jumpToFirstKeys?: readonly string[]

A list of keys that will set the focus index to 0.

defaultvalue

["Home"]

jumpToLastKeys?: readonly string[]

A list of keys that will set the focus index to the last focusable index.

defaultvalue

["End"]

Generated using TypeDoc