Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FocusConfiguration

Hierarchy

  • FocusConfiguration

Index

Properties

Properties

Optional items

items: ExistingFocusItem[] = []

Defines all allowed focus tools. The focus tool buttons are shown in the given order. NONE is always added in Basic UI

example

// Defaults to:

[
 { identifier: FocusTool.RADIAL },
 { identifier: FocusTool.MIRRORED },
 { identifier: FocusTool.LINEAR },
 { identifier: FocusTool.GAUSSIAN },
]