devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
30 lines (29 loc) • 1.75 kB
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiLocationComponent extends CollectionNestedOption {
get lat(): number;
set lat(value: number);
get lng(): number;
set lng(value: number);
get col(): number;
set col(value: number);
get colspan(): number | undefined;
set colspan(value: number | undefined);
get row(): number;
set row(value: number);
get rowspan(): number | undefined;
set rowspan(value: number | undefined);
get screen(): string | undefined;
set screen(value: string | undefined);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiLocationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiLocationComponent, "dxi-location", never, { "lat": { "alias": "lat"; "required": false; }; "lng": { "alias": "lng"; "required": false; }; "col": { "alias": "col"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "row": { "alias": "row"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "screen": { "alias": "screen"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiLocationModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiLocationModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiLocationModule, [typeof DxiLocationComponent], never, [typeof DxiLocationComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiLocationModule>;
}