AccordionTrigger
directive
Represents the trigger button for an accordion item. It controls the expansion
state of an associated AccordionPanel.
value
anyA local unique identifier for the trigger, used to match with its panel's value.
disabled
anyWhether the trigger is disabled.
hardDisabled
anyWhether 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