Skip to content

Latest commit

 

History

History

simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Mixins: Simple extend/override

This example will show you how to write a simple mixin that will extend the QIX Engine API with custom methods.

Note:: Before running the examples, make sure you have a valid Qlik Cloud tenant host and API key in your environment variables

QCS_HOST=<tenant>.qlikcloud.com
QCS_API_KEY=<APIkey>

Runnable code

Documentation


Back to examples