Skip to content

List.Item.Action Events

PropertyTypeDescription
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

PropertyTypeDescription
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.