ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
22 lines (21 loc) • 995 B
TypeScript
import * as i0 from "@angular/core";
export declare const DEFAULT_INPUTS_O_CONTEXT_MENU_ITEMS: string[];
export declare class OComponentMenuBaseItem {
static TYPE_ITEM_MENU: string;
static TYPE_GROUP_MENU: string;
static TYPE_SEPARATOR_MENU: string;
ovisible: boolean | ((item: any) => boolean);
attr: any;
type: string;
icon: string;
data: any;
label: string;
enabled: boolean | ((item: any) => boolean);
svgIcon: string;
get disabled(): boolean;
get isVisible(): boolean;
set oenabled(value: (boolean | ((item: any) => boolean)));
protected parseInput(value: any, defaultValue?: boolean): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<OComponentMenuBaseItem, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<OComponentMenuBaseItem, never, never, { "attr": "attr"; "ovisible": "visible"; "icon": "icon"; "data": "data"; "label": "label"; "oenabled": "enabled"; "svgIcon": "svg-icon"; }, {}, never, never, false, never>;
}