Open
Description
1 Menu Component, property type
/**
* List of menu items.
* @type List<NbMenuItem> | List<any> | any
*/
@Input() items: NbMenuItem[];
2 User Component, property type
/**
* List of menu items for a user context menu (shown when clicked)
* @type NbUserMenuItem[]
*/
@Input() menu: NbUserMenuItem[] = [];
3 MediaBreakpoint service, return parameter
/**
* Returns a map of configured breakpoints for the theme
* @returns {[p: string]: number}
*/
getBreakpointsMap(): { [breakpoint: string]: number } {
return this.breakpointsMap;
}
Metadata
Metadata
Assignees
Labels
No labels