Skip to main content

Qlik Object

Load an object from your Qlik app.#

Usage#

import { QlikObject } from @motor-js/core
//...
<QlikObject height='300px' width='80%' id='NtQvFrh' />

Props#

PropDescriptionOptions / Example
idid of your Qlik object to be loadedstring
heightheight of the objectstring
widthwidth of the objectstring
minWidthminWidth of the objectstring
minHeightminHeight of the objectstring
borderborderstring
borderRadiusborder radiusstring
marginmarginstring
noSelectionstoggle whether you can make selections on the chartboolean
noInteractiontoggle whether you can interact with the chartboolean