UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

23 lines (22 loc) 1.09 kB
import { AfterContentInit, EventEmitter } from "@angular/core"; import { ToolbarItemDisplayStyle, ToolbarItemType } from "./public-api"; import * as i0 from "@angular/core"; /** * @ignore */ export declare class ToolbarItemComponent implements AfterContentInit { type: ToolbarItemType; icon: string; title: string; /** * Property for add destructive style to toolbar item. * Destructive item should be added always last by user. */ displayStyle: ToolbarItemDisplayStyle; menuHidden: boolean; actionDone: EventEmitter<any>; get isDestructive(): boolean; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarItemComponent, "nui-toolbar-item", never, { "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "title": { "alias": "title"; "required": false; }; "displayStyle": { "alias": "displayStyle"; "required": false; }; }, { "actionDone": "actionDone"; }, never, ["*"], false, never>; }