packages/ecl/components/ecl-modal/ecl-modal-body-fixed.directive.ts
Directive for styling fixed content inside the modal body.
Applies the appropriate CSS class to mark the element as fixed inside the modal body.
| Selector | [eclModalBodyFixedContent] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-modal__body-fixed |
Type : boolean
|
Default value : true
|
|
Applies the |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-modal__body-fixed')
|
|
Applies the |