Skip to content

@serenity-is/corelib / PropertyCategories

Function: PropertyCategories()

PropertyCategories(props): HTMLElement

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

Renders the categories container and populates it with fields for the given property items, grouping them by category.

Parameters

props

Categories rendering props.

container?

ParentNode

fieldElements?

PropertyFieldElement[]

idPrefix?

string

items

PropertyItem[]

localTextPrefix?

string

Returns

HTMLElement

The categories element.