evCreate API 5.7 Help

Activate Function

Activates in-line text editing in a given text item from an Envision document currently opened in the Canvas Envision Creator app.

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

Parameters

obj: EvItem

An Object item object, a given text item from the Envision document currently opened in the Canvas Envision Creator app that should enter in-line text edit mode.

If a given object item is not a text, the function throws an error.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if in-line text editing has been successfully activated in the given text item in the current document.

16 April 2025