SetOutline Function
Updates the outline of a given object item from an Envision document currently opened in the Canvas Envision Creator app.
SetOutline(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]], outline: [[[EvOutline|evoutline-interface.html]]]): Promise<void>
Parameters
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the outline of the given object item has been successfully updated.
Discussion
Trying to update the outline of an object item that does not support an outline, such as an image item, throws an error.
27 March 2025