evCreate API 5.7 Help

GetProperties Function

Returns an array of the custom properties of a given object item from an Envision document currently opened in the Canvas Envision Creator app.

GetProperties(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]]): Promise<[[[EvObjectProperty|evobjectproperty-interface.html]]][]>

Parameters

obj: EvItem

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

Return value

Promise<EvObjectProperty[]>

A Promise that, if fulfilled, resolves to an array of EvObjectProperty objects that includes all the custom properties of the given object item.

27 March 2025