Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
devan9876
Creator
Creator

Undocumented property panel components?

The native Qlik objects utilize property panel components that don’t seem to be on the main documentation page. For example, searchable drop down (example button selector), color scheme selector and a side popup window for extra styling options.

Is there any way for those to be used within extensions or for developers to create custom property components?

Color scheme selctorColor scheme selctorStyle side side panel menuStyle side side panel menuSearchable drop down with iconsSearchable drop down with icons

Labels (3)
1 Solution

Accepted Solutions
Damien_V
Support
Support

Thank you for checking @devan9876 

I can confirm that those are not documented, so not provided as public APIs.

I wouldn't recommend trying to use them, as those properties not provided as public APIs are not "locked" and can be changed without any prior notice by Qlik R&D between two versions.

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

4 Replies
Damien_V
Support
Support

Hello @devan9876 

Not sure if that helps you or not, but part of those are documented in here, but some are still tagged as experimental:

https://qlik.dev/apis/javascript/extensions#%23%2Fdefinitions%2FPP

If the issue is solved please mark the answer with Accept as Solution.
devan9876
Creator
Creator
Author

Thanks for the response, but I don't think that helps. I am not seeing where the components I mentioned are listed there. For example your link mentions a dropdown, but that is not the same as the drop down I showed in the screenshot where you can includes icons in the dropdown list. You link also lists a color picker but again it is not the same as what I included in my screenshot which is a color scheme selector. So it seems like the native Qlik objects have certain property panel components that have not been documented for extensions developers yet.

Damien_V
Support
Support

Thank you for checking @devan9876 

I can confirm that those are not documented, so not provided as public APIs.

I wouldn't recommend trying to use them, as those properties not provided as public APIs are not "locked" and can be changed without any prior notice by Qlik R&D between two versions.

If the issue is solved please mark the answer with Accept as Solution.
devan9876
Creator
Creator
Author

Thanks for confirming.

Do you think it's likely they could be added to the public api in the future? I especially think the searchable drop down component would be helpful for things like selecting a variable or sheet name in an extension which is also how Qlik has used it in some of the native objects i.e the button object.