Collapsible
Collapsible(
__namedParameters):ReactElement
Defined in: react/components/layout/collapsible.tsx:29
A foldable section: a clickable title row that shows/hides its children.
Works controlled (pass open + onToggle) or uncontrolled (defaultOpen).
Children stay mounted while collapsed, so their state survives a toggle.
<Collapsible title="Tool call" defaultOpen={false}> <Label>…details…</Label></Collapsible>Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement