• Overview
@angular/aria/accordion

AccordionPanel

Class

Represents the content panel of an accordion item. It is controlled by an associated AccordionTrigger.

API

    
      class AccordionPanel {}
    
    

value

any

A local unique identifier for the panel, used to match with its trigger's value.

accordionTrigger

WritableSignal<any>

The parent accordion trigger pattern that controls this panel. This is set by AccordionGroup.

Jump to details