mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Correct parameters in TS
This commit is contained in:
parent
afb342f66b
commit
f38f61cf1b
4
api/js/jsapi/egw_global.d.ts
vendored
4
api/js/jsapi/egw_global.d.ts
vendored
@ -1164,11 +1164,11 @@ declare interface IegwAppLocal extends IegwWndLocal
|
||||
* unique.
|
||||
* @param _context is the context in which the callback function will get
|
||||
* called.
|
||||
* @param _knownUids is an array of uids already known to the client.
|
||||
* @param _knownUids? is an array of uids already known to the client.
|
||||
* This parameter may be null in order to indicate that the client
|
||||
* currently has no data for the given filter settings.
|
||||
*/
|
||||
dataFetch(_execId : string, _queriedRange : {start:number,num_rows:number},
|
||||
dataFetch(_execId: string, _queriedRange: { start?: number, num_rows?: number, refresh?: string[] },
|
||||
_filters: object, _widgetId: string, _callback: Function, _context: object,
|
||||
_knownUids?: string[]);
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user