Gets the current distance calculation strategy name.
(static) getCurrentDistanceCalculationStrategy() → {string}
Returns:
- Type
- string
Example
angular.module('myApp', ['caph.focus']).config(['nearestFocusableFinderProvider', function(nearestFocusableFinderProvider) {
console.log(nearestFocusableFinderProvider.getCurrentDistanceCalculationStrategy());
}]);