From b0cd6596a51a3e828136e97f769ba499e7cd95a3 Mon Sep 17 00:00:00 2001 From: Konrad Mattheis Date: Wed, 25 Oct 2017 12:56:21 +0200 Subject: [PATCH] fix TSLint issues Signed-off-by: Konrad Mattheis --- types/qlik-engineapi/index.d.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/types/qlik-engineapi/index.d.ts b/types/qlik-engineapi/index.d.ts index 25ffaa0a14..f8be852d98 100644 --- a/types/qlik-engineapi/index.d.ts +++ b/types/qlik-engineapi/index.d.ts @@ -530,7 +530,7 @@ declare namespace EngineAPI { qThou: string; /** - * + * no / empty docu */ qSAFEARRAY: any[]; } @@ -6278,7 +6278,7 @@ declare namespace EngineAPI { * * Note: This method is deprecated (not recommended to use). Use GetProperties method instead. */ - getRawContent(): string; + getRawContent(): Promise; /** * Sets a value to a variable. @@ -6938,7 +6938,7 @@ declare namespace EngineAPI { abortRequest(qRequestId: number): Promise; /** - * + * no / empty docu */ allowCreateApp(): Promise; @@ -8147,12 +8147,12 @@ declare namespace EngineAPI { qAttributeDimensions?: INxAttrDimDef[]; /** - * + * no / empty docu */ qIncludeElemValue?: boolean; // ?Nicht in Doku /** - * + * no / empty docu */ qShowTotal?: boolean; // ?Nicht in Doku } @@ -8221,7 +8221,7 @@ declare namespace EngineAPI { qExpression?: IValueExpr; /** - * + * no / empty docu */ qSortByGreyness?: TypeSortDirection; // ?Nicht in Doku }