devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
27 lines (26 loc) • 1.65 kB
TypeScript
import { DataChangeType } from 'devextreme/common/grids';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiDataGridChangeComponent extends CollectionNestedOption {
get data(): any;
set data(value: any);
get insertAfterKey(): any;
set insertAfterKey(value: any);
get insertBeforeKey(): any;
set insertBeforeKey(value: any);
get key(): any;
set key(value: any);
get type(): DataChangeType;
set type(value: DataChangeType);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDataGridChangeComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiDataGridChangeComponent, "dxi-data-grid-change", never, { "data": { "alias": "data"; "required": false; }; "insertAfterKey": { "alias": "insertAfterKey"; "required": false; }; "insertBeforeKey": { "alias": "insertBeforeKey"; "required": false; }; "key": { "alias": "key"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class DxiDataGridChangeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiDataGridChangeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiDataGridChangeModule, [typeof DxiDataGridChangeComponent], never, [typeof DxiDataGridChangeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiDataGridChangeModule>;
}