Member Junction
    Preparing search index...

    Directive to mark a template as the accordion header actions — interactive controls (edit / copy / run / checkbox, etc.) that sit in the header row but are NOT the expand/collapse toggle. Rendered as a sibling of the toggle <button>, so there's no button-in-button and the toggle stays a clean, accessible control.

    <mj-accordion-panel>
    <ng-template mjAccordionTitle>Connection</ng-template>
    <ng-template mjAccordionActions>
    <button mjButton variant="icon" (click)="edit()"><i class="fa fa-pen"></i></button>
    </ng-template>
    …body…
    </mj-accordion-panel>
    Index

    Constructors

    Properties

    Constructors

    Properties

    templateRef: TemplateRef<unknown>