Gets the current focusable depth.
(static) getCurrentDepth() → {number}
Returns:
- Type
- number
Example
function getCurrentFocusableDepth() {
return $.caph.focus.controllerProvider.getInstance().getCurrentDepth();
}
Gets the current focusable depth.
function getCurrentFocusableDepth() {
return $.caph.focus.controllerProvider.getInstance().getCurrentDepth();
}