packages/ecl/components/ecl-help-block/ecl-help-block.directive.ts
Directive for rendering a help block element following the ECL design system.
This directive allows conditional styling for disabled state.
| Selector | [eclHelpBlock] |
Methods |
Inputs |
HostBindings |
Accessors |
| isDisabled |
Type : boolean
|
Default value : false
|
|
Indicates whether the help block is in a disabled state.
When true, the |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Applies ECL base class and optional modifier to the host element. Returns a space-separated list of CSS classes. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Applies ECL base class and optional modifier to the host element. Returns a space-separated list of CSS classes.
Returns :
string
|