AccordionApi: { setValue: (value: string[]) => void; value: string[] }

Imperative handle returned by enhanceAccordion.

Type declaration

  • setValue: (value: string[]) => void

    Open exactly the items whose values are listed (others close).

  • Readonlyvalue: string[]

    Values of the currently open items, in document order.