Gets the current focusable group.
(static) getCurrentGroup() → {string}
Returns:
- Type
- string
Example
function getCurrentFocusableGroup() {
return $.caph.focus.controllerProvider.getInstance().getCurrentGroup();
}
Gets the current focusable group.
function getCurrentFocusableGroup() {
return $.caph.focus.controllerProvider.getInstance().getCurrentGroup();
}