• Overview
@angular/aria/accordion

AccordionGroup

directive

Container for a group of accordion items. It manages the overall state and interactions of the accordion, such as keyboard navigation and expansion mode.

API

    
      class AccordionGroup {}
    
    

textDirection

any

The text direction (ltr or rtl).

disabled

any

Whether the entire accordion group is disabled.

multiExpandable

any

Whether multiple accordion items can be expanded simultaneously.

value

any

The values of the current selected/expanded accordions.

skipDisabled

any

Whether disabled items should be skipped during keyboard navigation.

wrap

any

Whether keyboard navigation should wrap around from the last item to the first, and vice-versa.

Jump to details