evCreate API 5.7 Help

Remove Function

Removes given selected object items from the set of object items selected in an Envision document currently opened in the Canvas Envision Creator app and keeps other selected object items in this set.

Remove(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 that are selected in the Envision document currently opened in the Canvas Envision Creator app and should be deselected.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if:

  1. The given selected object items have been successfully deselected

  2. Other selected object items continue being in the selection set.

11 April 2025