evCreate API 5.7 Help

EvHyperlink Interface

The EvHyperlink TS interface defines a blueprint of a JS object that specifies a hyperlink attached to an object item.

Properties

An EvHyperlink object has the following properties:

optional page: EvItem;

A Page item object, a target page in the Envision document currently opened in the Canvas Envision Creator app

optional url: string;

A string, a target URL address.

Examples

  • { page: { id = "abcdefg" } }
  • { url: "www.canvasgfx.com" }

Discussion

An EvHyperlink object should have one of the properties to identify the hyperlink target. If both properties are given, the page property is ignored. If no property is given, the system raises an error.

27 March 2025