File

src/app/core/layout/sidebar/menu.model.ts

Index

Properties

Properties

badge
badge: any
Type : any
Optional
expanded
expanded: boolean
Type : boolean
Optional
icon
icon: string
Type : string
Optional
id
id: number
Type : number
Optional
isTitle
isTitle: boolean
Type : boolean
Optional
items
items: MenuItem[]
Type : MenuItem[]
Optional
label
label: string
Type : string
Optional
link
link: string
Type : string
Optional
parentId
parentId: number
Type : number
Optional
routeLink
routeLink: string
Type : string
Optional
subItems
subItems: any
Type : any
Optional
export interface MenuItem {
  id?: number;
  label?: string;
  icon?: string;
  link?: string;
  expanded?: boolean;
  subItems?: any;
  isTitle?: boolean;
  badge?: any;
  parentId?: number;
  routeLink?: string;
  items?: MenuItem[];
}

results matching ""

    No results matching ""