Executed when field values needs to be cleared
Executed when field values needs to be returned
Executed when measure needs to be returned
Executed when object needs to be returned
Executed when field values needs to be selected
Executed when user makes selections.
Executed when viz method must be called.
Initial qLayout of the object to render.
Custom JSON theme for the viz. Structure can be found here - https://help.qlik.com/en-US/sense-developer/Subsystems/Extensions/Content/Sense_Extensions/CustomThemes/custom-themes-properties.htm.
<drayman-nebula />
Qlik integration element powered by nebula.js library.
Example of usage
Show existing viz.
export const component: DraymanComponent = async ({ forceUpdate }) => { return () => { return ( <div style={{ height: 500 }}> <drayman-nebula qLayout={{}} /> </div> ) } }