Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinqMultiLevelMenuItem

Index

Properties

className?: string

ClassName applied to the mat-list-item

disabled?: boolean

Disabled property applied to a link, button, plain text or submenu toggle

displayType?: "heading"

Setting displayType to heading renders a plain text using custom sub-heading styles

externalRedirect?: boolean

Set to true when the link should redirect to a site outside of the application host

hidden?: boolean

Toggle to hide an element

hrefTargetType?: string

Using with externalRedirect to open the link in a new tab, defaults to _blank

icon?: string

MatIcon which renders to the left of the menu item

id?: string

Unique id for the menu item, will be auto-generated if not supplied

Array of menu items to render as a submenu

label: string

Label to render for the menu item

level?: number

Level of the menu item, auto-generated should not be set

link?: string

Link to navigate to when the menu item is clicked

navigationOptions?: { queryParams: {} }

Optional options for setting queryParams for an internal routerLink

Type declaration

  • queryParams: {}
    • [key: string]: any
open?: boolean

Toggle to display nested menu items

parentId?: string

Parent id for the menu item, auto-generated should not be set

parentLabel?: string

Parent label for the menu item, auto-generated should not be set

searchLabels?: string[]

Array of search labels to use when searching for the menu item; alternative search values

templateRef?: TemplateRef<unknown>

TemplateRef to render instead of the default menu item

Methods

  • Optional callback function to execute when the menu item is clicked

    Parameters

    Returns void

Generated using TypeDoc