packages/ecl/components/ecl-popover/ecl-popover-content.directive.ts
Directive applied to the content section of an ecl-popover component.
Responsible for applying the appropriate CSS class to the popover content container.
| Selector | [eclPopoverContent] |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Host binding that applies the CSS class to style the popover content. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Host binding that applies the CSS class to style the popover content.
Returns :
string
|