evCreate API 5.7 Help

EvCompositeAttributes Interface

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

Properties

An EvCompositeAttributes object has the following properties:

subObjs: EvItem[];

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

Examples

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