Mastering Qlik Sense
by Ralf Becher, Karl Pover, Jason Michaelides, Dilyana Ivanova, David Alcobero, Martin Mahler, Juan Ignacio Vitantonio
The properties panel
The properties panel is, in the author's opinion, one of the most valuable things about extensions in Qlik Sense and the general extensibility of the product as a whole. The property panel is the configuration interface between the JavaScript code and the self-service user or developer.
As such, it is essential to leverage and understand the property definition file.
First and foremost, it is recommended and best practice to capture the property definition in a separate file and load it via RequireJS to your main JavaScript file. This is done fairly simply by creating a new JavaScript file in the folder structure, suggested to be called properties.js:
In the MasteringQS.js file, you load the properties module by defining ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access