@talentsoft-opensource/uxp-themes
Version:
Talentsoft UX themes
33 lines (32 loc) • 770 B
TypeScript
declare class NavbarVertical {
private $status;
private $statusShowActive;
private $itemsNavbarVertical;
private $navigationItem;
private inScrolling;
private offsetToSpy;
private heightItem;
/**
* Offset top detect top of Element
* @param offsetSpy {Number}
*/
constructor(offsetSpy: any);
/**
* Init all Events on the Menu Vertical
*/
initEvents(): void;
/**
* Create animation when i select the item menu
* @param eventTarget {Node}
*/
animationMenu(eventTarget: any): void;
/**
* Allow to change item selected when i pass a section panel
*/
initScrollSpy(): void;
/**
* Init ScrollTo
*/
initScrollTo(): void;
}
export { NavbarVertical };