Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VerticalNavigationItem

A config containing properties for vertical navigation items

Hierarchy

Index

Properties

Optional activeOnLoad

activeOnLoad: boolean

Indicate if the item should be active on load

Optional badges

badges: any[]

Badges to display information about the navigation item

Optional blurTimeout

blurTimeout: any

Internal variable used for blur timeout

Optional children

Navigation children (used for secondary and tertiary navigation)

Optional hoverTimeout

hoverTimeout: any

Internal variable used for hovering timeout

Optional iconStyleClass

iconStyleClass: string

The icon class to use for icons displayed to the left of text

Optional mobileItem

mobileItem: boolean

Indicates if this is a mobile item

Optional secondaryCollapsed

secondaryCollapsed: boolean

Indicates if the child secondary menu is opened

Optional target

target: string

Target for URL (e.g., _blank)

Optional tertiaryCollapsed

tertiaryCollapsed: boolean

Indicates if the child tertiary menu is opened

title

title: string

Title for the navigation item

Optional trackActiveState

trackActiveState: boolean

Track the active state of the navigation item

Optional trackHoverState

trackHoverState: boolean

Track the hover state of the navigation item

Optional url

url: string

Link to navigate to

Generated using TypeDoc