evCreate API 5.7 Help

EvObjectZOrder Interface

The EvObjectZOrder TS interface defines a blueprint of a JS object that determines the position of a given object item in the stack of object items on a given layer.

Properties

An EvObjectZOrder object has the following properties:

index: number

A number, a position of a given object item in the stack of object items on the given layer.

It is a zero-based index that is 0 for the topmost object item on the layer and increases by 1 for each following object item going down the stack.

optional layer: EvItem

A Layer item object, a layer which should include a given object item.

Examples

{ index: 1, layer: { id: "abcdefg" } }
27 March 2025