@acorex/components 16.0.14 → 16.0.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@ export declare class AXDataSourceReceivedEvent extends AXDataEvent<AXDataSourceR
|
|
7
7
|
export declare class AXDataSourceComponent {
|
8
8
|
onDataReceived: EventEmitter<AXDataSourceReceivedEvent>;
|
9
9
|
onFetchStart: EventEmitter<AXBaseEvent>;
|
10
|
-
onFetchEnd: EventEmitter<AXBaseEvent>;
|
11
10
|
provideData: (params: AXDataSourceReadParams) => Promise<any>;
|
12
11
|
params: any;
|
13
12
|
fetch(params: AXDataSourceReadParams): void;
|