# ElementGroup

***

## Properties

### id

> **id**: `string`

A string identifying the element group.

***

### name

> **name**: `string`

The name of the element group. This is shown in the legend.

***

### caption

> **caption**: `null` | `string`

The caption of the element group. This is shown in the legend.

***

### elementIds

> **elementIds**: `string`\[]

The ids of the elements in the element group.

#### Remarks

You can use these ids to get the full element objects via the [\`getElements\`](https://developers.felt.com/js-sdk-api-reference/elementscontroller#getelements) method.

***

### visible

> **visible**: `boolean`

Whether the element group is visible or not.

***

### shownInLegend

> **shownInLegend**: `boolean`

Whether the element group is shown in the legend or not.
