Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

decrementKeys: readonly IncrementMovementKey[]

The keys that can trigger a move to the previous item. If the loopable config is enabled, this will loop to the last item if the first item is currently "focused".

incrementKeys: readonly IncrementMovementKey[]

The keys that can trigger a move to the next item. If the loopable config is enabled, this will loop to the first item if the last item is currently "focused".

jumpToFirstKeys: readonly JumpMovementKey[]

The keys that can trigger a move to the first item.

jumpToLastKeys: readonly JumpMovementKey[]

The keys that can trigger a move to the last item.

loopable?: boolean

Boolean if the keyboard movement should be able to loop around once it has reached the start or end of all the items.

searchable?: boolean

Boolean if the movement should also include printable characters search movement.

Generated using TypeDoc