src/lib/input-components/inbox-accordion/accordion/accordion.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| host | { |
| selector | talenra-inbox-accordion |
| imports |
IconComponent
ButtonComponent
TooltipDirective
TalenraInboxTranslatePipe
|
| templateUrl | ./accordion.component.html |
| styleUrl | ./accordion.component.scss |
Properties |
Methods |
Inputs |
Outputs |
| disabledHiddenActions |
Type : TInboxAccordionActions[]
|
Default value : []
|
|
The actions that are disabled or hidden. |
| hiddenState |
Type : boolean | undefined
|
Default value : false
|
|
Whether the accordion is disabled. |
| title |
Type : string
|
Default value : ''
|
|
Title displayed in the Accordion's head. |
| action |
Type : TInboxAccordionActions
|
|
Actions emmiter. |
| onAction | |||||||||
onAction(action: TInboxAccordionActions, mouseEvent: MouseEvent)
|
|||||||||
|
Emit action
Parameters :
Returns :
void
|
| isExpanded |
Type : unknown
|
Default value : signal<boolean>(true)
|
|
Whether the accordion is expanded |