List.Item.Action Events
| Property | Type | Description |
|---|---|---|
onClick | (event) => void | (optional) Fired when the user clicks or activates List.Item.Action (click or Enter/Space key). Receives the native event. Only applicable to List.Item.Action. |
List.Item.Accordion Events
| Property | Type | Description |
|---|---|---|
onClick | (event) => void | (optional) Fired when the user clicks or activates the accordion header (click or Enter/Space key). In controlled mode (when open is provided), use this to update the open prop. Receives the native event. |