packages/ecl/components/ecl-site-header/custom-action/ecl-site-header-custom-action.directive.ts
| Selector | a[eclSiteHeaderCustomActionLink] |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
HostListeners |
| href |
Type : string
|
| routerLink |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| customActionOverlayToggle |
Type : EventEmitter
|
| attr.aria-controls |
Type : string
|
| attr.aria-expanded |
Type : boolean
|
| class |
Type : string
|
Default value : 'ecl-site-header__custom-action-toggle ecl-button ecl-button--tertiary ecl-button--neutral ecl-button--icon-only'
|
| click |
Arguments : '$event'
|
| hasLink |
hasLink()
|
|
Returns :
boolean
|
| onClick | ||||||
onClick(evt: Event)
|
||||||
Decorators :
@HostListener('click', ['$event'])
|
||||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| ariaControls |
Type : string
|
Decorators :
@HostBinding('attr.aria-controls')
|
| className |
Type : string
|
Default value : 'ecl-site-header__custom-action-toggle ecl-button ecl-button--tertiary ecl-button--neutral ecl-button--icon-only'
|
Decorators :
@HostBinding('class')
|
| eclIconComponent |
Type : unknown
|
Default value : contentChild<EclIconComponent>(forwardRef(() => EclIconComponent), { descendants: true })
|
| isOverlayExpanded |
Type : boolean
|
Decorators :
@HostBinding('attr.aria-expanded')
|