getCurrentDepth

jQuery.caph.focus.controllerProvider.controller. getCurrentDepth

Gets the current focusable depth.

(static) getCurrentDepth() → {number}

Returns:
Type
number
Example
function getCurrentFocusableDepth() {
 	return $.caph.focus.controllerProvider.getInstance().getCurrentDepth();
 }