Skip to content

@serenity-is/corelib / PropertyTabs

Function: PropertyTabs()

PropertyTabs(props): DocumentFragment

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

Renders the full tabbed layout for property items that declare a tab, grouping items without a tab into a leading untabbed section.

Parameters

props

Tabs rendering props.

container?

ParentNode

fieldElements?

PropertyFieldElement[]

idPrefix?

string

items

PropertyItem[]

localTextPrefix?

string

paneIdPrefix?

string

Returns

DocumentFragment

A document fragment containing the tabs, or null when a container was provided and the content was appended directly to it.