AppSetting.activateNavItem method
AppSetting › activateNavItem
Unofficial
Activates the navigable nav item matching the given element.Signature:
activateNavItem(el: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| el | HTMLElement | The nav item element to activate. |
Returns: void