getCurrentGroup

jQuery.caph.focus.controllerProvider.controller. getCurrentGroup

Gets the current focusable group.

(static) getCurrentGroup() → {string}

Returns:
Type
string
Example
function getCurrentFocusableGroup() {
 	return $.caph.focus.controllerProvider.getInstance().getCurrentGroup();
 }