arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

ElementGroup


hashtag
Properties

hashtag
id

id: string

A string identifying the element group.


hashtag
name

name: string

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


hashtag
caption

caption: null | string

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


hashtag
elementIds

elementIds: string[]

The ids of the elements in the element group.

hashtag
Remarks

You can use these ids to get the full element objects via the method.


hashtag
visible

visible: boolean

Whether the element group is visible or not.


hashtag
shownInLegend

shownInLegend: boolean

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

`getElements`