Skip to content

@serenity-is/corelib / PropertyField

Function: PropertyField()

PropertyField(props): PropertyFieldElement

Defined in: src/ui/widgets/propertygrid.tsx:160

Renders a full property field (caption plus editor) for a property item and appends it to the given container.

Parameters

props

Field rendering props.

container?

ParentNode

idPrefix?

string

item

PropertyItem

localTextPrefix?

string

Returns

PropertyFieldElement

The created field element.