IFocusLayer
Defined in: plugins/focus/FocusManagerPlugin.ts:54
Properties
Section titled “Properties”availableFocusables
Section titled “availableFocusables”availableFocusables:
IFocusable
[]
Defined in: plugins/focus/FocusManagerPlugin.ts:59
current
Section titled “current”current:
boolean
Defined in: plugins/focus/FocusManagerPlugin.ts:58
currentFocusable
Section titled “currentFocusable”currentFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:55
defaultFocusable
Section titled “defaultFocusable”defaultFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:56
lastFocusable
Section titled “lastFocusable”lastFocusable:
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:57
Methods
Section titled “Methods”addFocusable()
Section titled “addFocusable()”addFocusable(
focusable
,isDefault?
):void
Defined in: plugins/focus/FocusManagerPlugin.ts:67
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:63
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:75
Returns
Section titled “Returns”null
| IFocusable
prev()
Section titled “prev()”prev():
null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:77
Returns
Section titled “Returns”null
| IFocusable
removeFocusable()
Section titled “removeFocusable()”removeFocusable(
focusable
):void
Defined in: plugins/focus/FocusManagerPlugin.ts:69
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:65
Returns
Section titled “Returns”void
setCurrentFocusable()
Section titled “setCurrentFocusable()”setCurrentFocusable(
focusable
):null
|IFocusable
Defined in: plugins/focus/FocusManagerPlugin.ts:61
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:71
Returns
Section titled “Returns”void
sortFocusablesByPosition()
Section titled “sortFocusablesByPosition()”sortFocusablesByPosition():
void
Defined in: plugins/focus/FocusManagerPlugin.ts:73
Returns
Section titled “Returns”void