evCreate API 5.7 Help

GetAttributes Function

Returns an EvPageAttributes object with the attributes of a given page in an Envision document currently opened in the Canvas Envision Creator app.

GetAttributes(page: [[[EvItem|canvas-envision-document-items.html#page-items]]]): Promise<[[[EvPageAttributes|evpageattributes-interface.html]]]>

Parameters

page: EvItem

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

Return value

Promise<EvPageAttributes>

A Promise that, if fulfilled, resolves to an EvPageAttributes object with the attributes of the given page in the current Envision document.

13 March 2025