evCreate API 5.7 Help

EvGroupAttributes Interface

The EvGroupAttributes TS interface defines a blueprint of a JS object that specifies the object items included in a given group item.

Properties

An EvGroupAttributes object has the following properties:

subObjs: EvItem[];

An array of Object item objects, object items included in a given group item.

Examples

{ [ { id = 12 }, { id = 16 }, { id = 24 }, { id = 32 } ] }
01 April 2025