Components.AccordionItem public

A collapsible/expandable item within an accordion

See Components.Accordion for examples.

accordion unknown private

Reference to the parent Components.Accordion class.

bodyComponent {String} private

collapsed boolean private

disabled boolean public

selected unknown private

title string public

The title of the accordion item, displayed as a .panel-title element

titleComponent {String} private

type String public

Default: 'default'

Defined in addon/components/bs-accordion/item.js:69

Property for type styling

For the available types see the Bootstrap docs

value unknown public

The value of the accordion item, which is used as the value of the selected property of the parent Components.Accordion component

onClick

public