File

src/app/Components/Shared/INavItem.ts

Index

Properties

Properties

children
children: INavItem[]
Type : INavItem[]
Optional
displayName
displayName: string
Type : string
iconName
iconName: string
Type : string
route
route: string
Type : string
Optional
export interface INavItem {
    displayName: string;
    iconName: string;
    route?: string;
    children?: INavItem[];
  }
  

results matching ""

    No results matching ""