Interface

FieldDefinition

ui-decorators.FieldDefinition

Interface for defining a UI field or component

Properties:
Name Type Attributes Description
tag string

The HTML element or component tag name

rendererId string <optional>

Optional ID of the renderer to use

props

Combined properties for the field

children Array.<FieldDefinition> <optional>

Optional child elements

item UIListItemElementMetadata <optional>

Optional list item metadata

View Source ui/types.ts, line 6