Skip to main content

Interface: TemplateProps

Props for a custom ElementTemplate component.

See

ElementTemplate

Extended by

Properties

PropertyModifierTypeDescription

element

readonly

Element

Target element to render.

elementId

readonly

string

Target element ID (Element.id).

elementState?

readonly

ElementTemplateState

Template-specific state for the element.

Same as Element.elementState.

isExpanded

readonly

boolean

Specifies whether element is in the expanded state.

Same as Element.isExpanded.