evCreate API 5.7 Help

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

obj: EvItem

An Object item object, a gadget item from the Envision document currently opened in the Canvas Envision Creator app whose gadget configuration properties should be obtained.

If a given object item is not a gadget, the function throws an error.

Return value

Promise<EvGadgetConfigProperty[]>

A Promise that, if fulfilled, resolves to an array of EvGadgetConfigProperty objects that includes all the gadget configuration properties of the given gadget item in the current document.

27 March 2025