Skip to main content

Interface: EntityGroupProps

Defined in: editor/dataElements.ts:198

Properties for EntityGroup.

See

EntityGroup

Extends

Properties

PropertyTypeDescriptionInherited from

elementState?

TemplateState

Initial value for the element template state.

ElementProps.elementState

expanded?

boolean

Initial value for the Element.isExpanded state.

If specified as true, the value is added to the Element.elementState with TemplateProperties.Expanded property.

ElementProps.expanded

id?

string

Unique and immutable element ID.

If not specified, () is used to create one.

ElementProps.id

items?

readonly EntityGroupItem[]

position?

Vector

Initial value for the element position.

ElementProps.position