Accordion API
This component is written in TypeScript.
This component features render debouncing.
You may have to wait for the next browser tick after rendering in your integration/E2E tests.
API Reference e-accordion
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
borderless |
Defines if the component displays without a border. | boolean | false |
|
single |
Defines if the component allows only one open item in the list. | boolean | false |
API Reference e-accordion-item
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
active |
Defines if the item is opened by default. | boolean | false |
|
disabled |
Defines if the item is disabled in the list. | boolean | false |
Events
| Event | Description | Returns |
|---|---|---|
open |
Fires on open | |
close |
Fires on close |