packages/components/externals/eui-editor/counters/eui-editor-counters.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-editor-counters |
| templateUrl | ./eui-editor-counters.component.html |
Inputs |
| charactersCounter |
Type : number
|
| charactersLabel |
Type : string
|
Default value : 'characters'
|
| hasCharactersCounter |
Type : boolean
|
Default value : true
|
| hasWordsCounter |
Type : boolean
|
Default value : true
|
| isMaxLengthValid |
Type : boolean
|
Default value : true
|
| wordsCounter |
Type : number
|
| wordsLabel |
Type : string
|
Default value : 'words'
|