Skip to content

AppSetting.activateNavItem method

AppSetting › activateNavItem

Unofficial

Activates the navigable nav item matching the given element.

Signature:

activateNavItem(el: HTMLElement): void

Parameters:

Parameter Type Description
el HTMLElement The nav item element to activate.

Returns: void