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
Return value
Promise<undefined | EvHyperlink>A Promise that, if fulfilled, resolves to either:
undefinedif no hyperlink is attached to the given object item.An
EvHyperlinkobject with the data of the hyperlink attached to the given object item.
27 March 2025