represents the content of the component which can be expanded/collapsed.
represents the component that is displayed inline with the expand/collapse arrow.
Optional
headlineStateAddon?: ReactElement<unknown, string | JSXElementConstructor<any>>addon element, next to state indicator.
Optional
initialState?: booleanDefault true - represents the content of the component which can be expanded/collapsed.
Optional
type?: CollapsibleComponentTypeDefault 'single' - represents the content of the component which can be expanded/collapsed.
Represents a collapsible component.