File

src/app/menu-items/menu-items.interfaces.ts

Index

Properties

Properties

onClick
onClick: function
Type : function
preserveQParams
preserveQParams: boolean
Type : boolean
queryParameters
queryParameters: any
Type : any
text
text: string
Type : string
value
value: string
Type : string
export interface NavigationLinkModel {
    text: string;
    value: string;
    preserveQParams?: boolean;
    queryParameters: any;
    onClick?: (e: MouseEvent) => any;
}

export interface MenuLabelModel {
    text: string;
}

export interface MenuButtonModel {
    onClick: (e: MouseEvent)=>any,
    text: string,
}

results matching ""

    No results matching ""