• Overview
@angular/aria/accordion

AccordionTrigger

directive

Represents the trigger button for an accordion item. It controls the expansion state of an associated AccordionPanel.

API

    
      class AccordionTrigger {}
    
    

value

any

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

disabled

any

Whether the trigger is disabled.

hardDisabled

any

Whether this trigger is completely inaccessible.

TODO(ok7sai): Consider move this to UI patterns.

accordionPanel

WritableSignal<any>

The accordion panel pattern controlled by this trigger. This is set by AccordionGroup.

Jump to details