UNPKG

enigma-mixin

Version:

Set of Qlik Sense enigma.js mixin

5 lines (4 loc) 593 B
export declare function mVariableGetAll(showConfig?: boolean, showReserved?: boolean): Promise<EngineAPI.INxVariableListItem[]>; export declare function mVariableUpdateById(id: string, name?: string, definition?: string, comment?: string): Promise<EngineAPI.IGenericVariableProperties>; export declare function mVariableUpdateByName(name: string, newName?: string, definition?: string, comment?: string): Promise<EngineAPI.IGenericVariableProperties>; export declare function mVariableCreate(name: string, definition?: string, comment?: string): Promise<EngineAPI.IGenericVariableProperties>;