IFocusLayer
Defined in: plugins/focus/FocusManagerPlugin.ts:55
Properties
Section titled “Properties”availableFocusables
Section titled “availableFocusables”availableFocusables:
IFocusable
[]
Defined in: plugins/focus/FocusManagerPlugin.ts:60
current
Section titled “current”current:
boolean
Defined in: plugins/focus/FocusManagerPlugin.ts:59
currentFocusable
Section titled “currentFocusable”currentFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:56
defaultFocusable
Section titled “defaultFocusable”defaultFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:57
lastFocusable
Section titled “lastFocusable”lastFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:58
Methods
Section titled “Methods”addFocusable()
Section titled “addFocusable()”addFocusable(
focusable
,isDefault?
):void
Defined in: plugins/focus/FocusManagerPlugin.ts:68
Parameters
Section titled “Parameters”focusable
Section titled “focusable”isDefault?
Section titled “isDefault?”boolean
Returns
Section titled “Returns”void
hasFocusable()
Section titled “hasFocusable()”hasFocusable(
focusable
):boolean
Defined in: plugins/focus/FocusManagerPlugin.ts:64
Parameters
Section titled “Parameters”focusable
Section titled “focusable”null
| IFocusable
Returns
Section titled “Returns”boolean
next()
Section titled “next()”next():
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:76
Returns
Section titled “Returns”null
| IFocusable
prev()
Section titled “prev()”prev():
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:78
Returns
Section titled “Returns”null
| IFocusable
removeFocusable()
Section titled “removeFocusable()”removeFocusable(
focusable
):void
Defined in: plugins/focus/FocusManagerPlugin.ts:70
Parameters
Section titled “Parameters”focusable
Section titled “focusable”Returns
Section titled “Returns”void
setCurrent()
Section titled “setCurrent()”setCurrent():
void
Defined in: plugins/focus/FocusManagerPlugin.ts:66
Returns
Section titled “Returns”void
setCurrentFocusable()
Section titled “setCurrentFocusable()”setCurrentFocusable(
focusable
):null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:62
Parameters
Section titled “Parameters”focusable
Section titled “focusable”null
| IFocusable
Returns
Section titled “Returns”null
| IFocusable
sortFocusables()
Section titled “sortFocusables()”sortFocusables():
void
Defined in: plugins/focus/FocusManagerPlugin.ts:72
Returns
Section titled “Returns”void
sortFocusablesByPosition()
Section titled “sortFocusablesByPosition()”sortFocusablesByPosition():
void
Defined in: plugins/focus/FocusManagerPlugin.ts:74
Returns
Section titled “Returns”void