UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

45 lines (44 loc) 2.02 kB
import { ChartsColor, DashStyle } from 'devextreme/common/charts'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiPaneComponent extends CollectionNestedOption { get backgroundColor(): ChartsColor | string; set backgroundColor(value: ChartsColor | string); get border(): { bottom?: boolean; color?: string; dashStyle?: DashStyle; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }; set border(value: { bottom?: boolean; color?: string; dashStyle?: DashStyle; left?: boolean; opacity?: number | undefined; right?: boolean; top?: boolean; visible?: boolean; width?: number; }); get height(): number | string | undefined; set height(value: number | string | undefined); get name(): string | undefined; set name(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiPaneComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiPaneComponent, "dxi-pane", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "border": { "alias": "border"; "required": false; }; "height": { "alias": "height"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiPaneModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiPaneModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiPaneModule, [typeof DxiPaneComponent], never, [typeof DxiPaneComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiPaneModule>; }