Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MovementConfig

Hierarchy

Index

Properties

decrementKeys

decrementKeys: 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

incrementKeys: 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

jumpToFirstKeys: JumpMovementKey[]

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

jumpToLastKeys

jumpToLastKeys: JumpMovementKey[]

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

Optional loopable

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.

Optional searchable

searchable: boolean

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

Generated using TypeDoc