@serenity-is/corelib / PropertyTabItem
Function: PropertyTabItem()
PropertyTabItem(
props):HTMLLIElement
Defined in: src/ui/widgets/propertygrid.tsx:254
Renders a single tab item in the property tab list.
Parameters
props
Tab item rendering props.
active?
boolean
localTextPrefix?
string
paneId?
string
title
string
Returns
HTMLLIElement
The tab list item element.