File

src/ui-shell/header/header-navigation-items.interface.ts

Index

Properties

Properties

content
content: string
Type : string
Optional
href
href: string
Type : string
Optional
route
route: any[]
Type : any[]
Optional
routeExtras
routeExtras: any[]
Type : any[]
Optional
export interface NavigationItem {
	type: "menu" | "item";
	title?: string;
	href?: string;
	trigger?: "click" | "mouseover";
	route?: any[];
	routeExtras?: any[];
	content?: string;
	isCurrentPage?: boolean;
	menuItems?: HeaderItemInterface[];
}

export interface HeaderItemInterface {
	href?: string;
	route?: any[];
	routeExtras?: any[];
	content?: string;
}

results matching ""

    No results matching ""