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
Return value
Promise<EvObjectProperty[]>A Promise that, if fulfilled, resolves to an array of
EvObjectPropertyobjects that includes all the custom properties of the given object item.
27 March 2025