evCreate API 5.7 Help

Insert Function

Creates a new multimedia item as the top-most item on the current layer in the top left corner of the current page in an Envision document currently opened in the Canvas Envision Creator app with a multimedia provided via a given URL.

Insert(url: string): Promise<[[[EvItem|canvas-envision-document-items.html#object-items]]]>

Parameters

url: string

A string, a URL to a given multimedia that should be attached to the new multimedia item.

Return value

Promise<EvItem>

A Promise that, if fulfilled, resolves to an Object item object of the new multimedia item successfully created as the top-most item on the current layer in the top left corner of the current page in the current document.

08 April 2025