Skip to main content Skip to complementary content

Leveraging Capability APIs into your visualization

You can leverage the Capability APIs into your visualization by loading the qlik JavaScript module, the same module used when building websites that includes Qlik Sense objects and calls.

Warning noteDo not use the js/ prefix when loading the qlik JavaScript module in your visualization. This may cause unexpected behavior of Qlik Sense.

The below example comes from the Toolbar code example delivered with your Qlik Sense installation.

Example

define(["jquery",
//mashup and extension interface
"qlik"], function($, qlik) {

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!