UNPKG

widget-tutorial

Version:

A comprehensive tutorial + recipes to get started with widgets in Qlik Sense.

54 lines 1.1 kB
{ "name": "Result: Custom Property II", "description": "", "author": "Stefan Walther", "library": "widget-exercises", "meta": { "type": "other" }, "properties": { "sections": [ { "type": "header", "order": 0, "parent": "qw-pe-dropzone0-0", "ref": "header1", "label": "Settings" } ], "settings": [ { "type": "string", "expression": "optional", "defaultValue": "", "order": 0, "parent": "header1", "ref": "customProperty", "label": "Custom Property" }, { "component": "dropdown", "type": "string", "defaultValue": "foo", "options": [ { "label": "foo", "value": "foo" }, { "label": "bar", "value": "bar" }, { "label": "baz", "value": "baz" } ], "order": 1, "parent": "header1", "ref": "fooBarBaz", "label": "My Dropdown" } ] } }