Skip to Content
API ReferenceAccordionItem

AccordionItem

A single item in an Accordion. Contains a header label and a content element that is shown when the item is expanded.

Constructor

AccordionItem

Creates an AccordionItem.

ParameterDescription
headerThe header label. Must not be null.
contentThe body content element. Must not be null.

Properties

Content

The element displayed in the body when this item is expanded.

The label shown in the clickable header row.

Last updated on