Interface: ClassicEntityProps
Defined in: templates/classicTemplate.tsx:35
Props for ClassicEntity component.
See
Extends
Properties
| Property | Modifier | Type | Description | Inherited from |
|---|---|---|---|---|
| Target element to render. | |||
|
| Target element ID (Element.id). | ||
| Template-specific state for the element. Same as Element.elementState. | |||
|
| Specifies whether element is in the expanded state. Same as Element.isExpanded. Expanded state is stored in the element state with TemplateProperties.Expanded property. | ||
|
| Whether the element is the only selected cell on the canvas. See |