evCreate API 5.7 Help

GetHyperlink Function

Returns an EvHyperlink object with the data of a hyperlink attached to a given object item from an Envision document currently opened in the Canvas Envision Creator app.

GetHyperlink(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]]): Promise<undefined | [[[EvHyperlink|evhyperlink-interface.html]]]>

Parameters

obj: EvItem

An Object item object, an object item from the Envision document currently opened in the Canvas Envision Creator app whose attached hyperlink should be returned.

Return value

Promise<undefined | EvHyperlink>

A Promise that, if fulfilled, resolves to either:

  • undefined if no hyperlink is attached to the given object item.

  • An EvHyperlink object with the data of the hyperlink attached to the given object item.

27 March 2025