evCreate API 5.7 Help

EvLayerAction Interface

The EvLayerAction TS interface defines a blueprint of a JS object that specifies a layer action.

Properties

An EvLayerAction object has the following properties:

layer: EvItem;

A Layer item object of a layer that a given layer action should show or hide on the page in the Envision document currently opened in the Canvas Envision Creator app.

optional visible: boolean;

A Boolean, a switch to show (true) or hide (false) the given layer on the page.

Examples

{ layer: { id: "abcdefg" }, visible: false }
27 March 2025