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:
Examples
{
[
{
id = 12
},
{
id = 16
},
{
id = 24
},
{
id = 32
}
]
}
12 February 2025