evCreate API 5.7 Help

GetObjects Function

Returns an array of all item objects existing on a given page in an Envision document currently opened in the Canvas Envision Creator app.

GetObjects(page: [[[EvItem|canvas-envision-document-items.html#page-items]]]): Promise<[[[EvItem|canvas-envision-document-items.html]]][]>

Parameters

page: EvItem

A Page item object of a page in the Envision document currently opened in the Canvas Envision Creator app whose objects should be returned.

Return value

Promise<EvItem[]>

A Promise that, if fulfilled, resolves to an array of all EvItem item objects that exist on the given page in the current Envision document.

13 March 2025