mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
Update index.d.ts
fix wrong exportReducedData from IGlobal
This commit is contained in:
14
types/qlik-engineapi/index.d.ts
vendored
14
types/qlik-engineapi/index.d.ts
vendored
@@ -6879,12 +6879,6 @@ declare namespace EngineAPI {
|
||||
qSignature: string;
|
||||
}
|
||||
|
||||
interface IQOptions {
|
||||
qBookmarkId: string;
|
||||
|
||||
qExpires: number;
|
||||
}
|
||||
|
||||
interface IQDownloadInfo {
|
||||
/**
|
||||
* URL of the generated QVF
|
||||
@@ -7104,14 +7098,6 @@ declare namespace EngineAPI {
|
||||
*/
|
||||
exportApp(qTargetPath: string, qSrcAppId: string, qIds: string[]): Promise<boolean>;
|
||||
|
||||
/**
|
||||
* Reduce an app in the memory to the current selection of a specified bookmark
|
||||
* and make it as http download available.
|
||||
* @params - optional qOptions
|
||||
* @returns - A Promise of qDownloadInfo
|
||||
*/
|
||||
exportReducedData(qOptions?: IQOptions): Promise<IQDownloadInfo>;
|
||||
|
||||
/**
|
||||
* Returns the handle of the current app.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user