Skip to main content

Interface: RoundEntityProps

Props for RoundEntity component.

See

RoundEntity

Extends

Properties

PropertyModifierTypeDescriptionInherited from

className?

public

string

Additional CSS class for the component.

element

readonly

Element

Target element to render.

TemplateProps.element

elementId

readonly

string

Target element ID (Element.id).

TemplateProps.elementId

elementState?

readonly

ElementTemplateState

Template-specific state for the element.

Same as Element.elementState.

TemplateProps.elementState

isExpanded

readonly

boolean

Specifies whether element is in the expanded state.

Same as Element.isExpanded.

TemplateProps.isExpanded

showTypes?

public

boolean

Whether to display entity types in the element.

Default

false

style?

public

CSSProperties

Additional CSS styles for the component.