devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
28 lines (27 loc) • 1.8 kB
TypeScript
import { Command, CustomCommand } from 'devextreme/ui/diagram';
import { ToolbarItemLocation } from 'devextreme/common';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiDiagramCommandItemComponent extends CollectionNestedOption {
get icon(): string;
set icon(value: string);
get items(): Array<Command | CustomCommand>;
set items(value: Array<Command | CustomCommand>);
get location(): ToolbarItemLocation;
set location(value: ToolbarItemLocation);
get name(): Command | string;
set name(value: Command | string);
get text(): string;
set text(value: string);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDiagramCommandItemComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiDiagramCommandItemComponent, "dxi-diagram-command-item", never, { "icon": { "alias": "icon"; "required": false; }; "items": { "alias": "items"; "required": false; }; "location": { "alias": "location"; "required": false; }; "name": { "alias": "name"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiDiagramCommandItemModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDiagramCommandItemModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiDiagramCommandItemModule, [typeof DxiDiagramCommandItemComponent], never, [typeof DxiDiagramCommandItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiDiagramCommandItemModule>;
}