GetConfigurationProperties Function
Returns an array of the gadget configuration properties of a given gadget item from an Envision document currently opened in the Canvas Envision Creator app.
GetConfigurationProperties(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]]): Promise<[[[EvGadgetConfigProperty|evgadgetconfigproperty-interface.html]]][]>
Parameters
Return value
Promise<EvGadgetConfigProperty[]>A Promise that, if fulfilled, resolves to an array of
EvGadgetConfigPropertyobjects that includes all the gadget configuration properties of the given gadget item in the current document.
27 March 2025