evCreate API 5.7 Help

Add Function

Selects given object items from an Envision document currently opened in the Canvas Envision Creator app in addition to already selected object items.

Add(objs: [[[EvItem|canvas-envision-document-items.html#object-items]]][]): Promise<void>

Parameters

objs: EvItem[]

An array of Object item objects, one or more given object items from the Envision document currently opened in the Canvas Envision Creator app that should be selected along with already selected object items.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the given object items from the current document have been successfully selected in addition to already selected object items.

11 April 2025