evCreate API 5.7 Help

EvPageAction Interface

The EvPageAction TS interface defines a blueprint of a JS object that specifies a page action.

Properties

An EvPageAction object has the following properties:

optional navigationPage: EvItem;

A Page item object of a page in the Envision document currently opened in the Canvas Envision Creator app to which a given page action should lead.

optional navigationType: EvPageActionType;

A member of the EvPageActionType enumeration, a predefined page target in the Envision document currently opened in the Canvas Envision Creator app to which a given page action should lead.

Examples

TS

{ navigationType: EvPageActionType.First }

JS

{ navigationType: "first" }

Discussion

An EvPageAction object should have either of the properties to identify the target page of the page action. If both properties are given, the navigationPage property is ignored. If no property is given, the system raises an error.

07 April 2025