Interface: TemplateProps
Defined in: diagram/customization.ts:105
Props for a custom ElementTemplate component.
See
Extended by
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
| 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 |