evCreate API 5.7 Help

ClearAll Function

Permanently removes all attached actions from a given page in an Envision document currently opened in the Canvas Envision Creator app.

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

Parameters

page?: EvItem

A Page item object of a page in the Envision document currently opened in the Canvas Envision Creator app from which all actions attached to it should be removed.

The default value is the currently selected page.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if all actions attached to the given page in the current Envision document have been successfully deleted.

26 March 2025