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