packages/ecl/components/ecl-modal/ecl-modal-body.component.ts
Body component used inside the ECL Modal.
Optionally allows scrollable content inside the modal body.
| selector | [eclModalBody] |
| templateUrl | ./ecl-modal-body.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies CSS classes for the modal body and scrollable modifier if enabled. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclModalBodyId |
Type : unknown
|
Default value : signal<string>('')
|
|
Unique ID for the modal body, used for accessibility ( |
| cssClasses |
getcssClasses()
|
|
Applies CSS classes for the modal body and scrollable modifier if enabled.
Returns :
string
|