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:
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