Skip to content

AppSetting.activateNavItem method

AppSetting › activateNavItem

Unofficial

Activates the navigable nav item matching the given element.

Signature:

activateNavItem(el: HTMLElement): void

Parameters:

ParameterTypeDescription
elHTMLElementThe nav item element to activate.

Returns: void