Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jdmarlin
Contributor III
Contributor III

Extension - Unable to get values in initialProperties

            initialProperties: {

                edit: [],

                qHyperCubeDef: {

                    qInitialDataFetch: [{

                        qWidth: 5,

                        qHeight: 10

                    }],

                }

            },

            definition: {

                type: 'items',

                component: 'accordion',

                items: {

                    ref: 'edit',

                    dimensions: {

                        uses: 'dimensions',

                        min: 1,

                        max: 15,

                        items: {

                            editable: {

                                type: 'boolean',

                                label: 'Editable',

                                ref: 'edit',

                                defaultValue: false

                            }

                        }

                    },

I've got a checkbox for dimensions that I'd like to output as true/false but the `edit` key is not appearing anywhere in the extension.

0 Replies