mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
fix getMeasure result
fix: IGenericDimensionLayout Signed-off-by: Konrad Mattheis <konrad.mattheis@akquinet.de>
This commit is contained in:
4
types/qlik-engineapi/index.d.ts
vendored
4
types/qlik-engineapi/index.d.ts
vendored
@@ -4060,7 +4060,7 @@ declare namespace EngineAPI {
|
||||
/**
|
||||
* Identifier and type of the dimension.
|
||||
*/
|
||||
qDim: INxLibraryMeasureDef;
|
||||
qDim: INxLibraryDimensionDef;
|
||||
|
||||
/**
|
||||
* Cardinal and tags related to the dimension.
|
||||
@@ -6087,7 +6087,7 @@ declare namespace EngineAPI {
|
||||
* @returns - Information about the measure.
|
||||
* >> This parameter is mandatory.
|
||||
*/
|
||||
getMeasure(): Promise<INxLibraryMeasureDef>;
|
||||
getMeasure(): Promise<IGenericMeasureProperties>;
|
||||
|
||||
/**
|
||||
* Shows the properties of an object.
|
||||
|
||||
Reference in New Issue
Block a user