packages/eui/packages/components/externals/eui-editor/html-view/eui-editor-html-view.component.ts
OnChanges
changeDetection | ChangeDetectionStrategy.OnPush |
encapsulation | ViewEncapsulation.None |
selector | eui-editor-html-view |
imports |
NgClass
|
templateUrl | ./eui-editor-html-view.component.html |
Properties |
|
Inputs |
HostBindings |
content |
Type : string
|
Default value : ''
|
theme |
Type : string
|
Default value : 'snow'
|
class |
Type : string
|
Default value : 'eui-editor__html-view'
|
Public innerHTML |
Type : SafeHtml
|
Default value : ''
|
string |
Type : string
|
Default value : 'eui-editor__html-view'
|
Decorators :
@HostBinding('class')
|
Public themeClass |
Type : string
|
Default value : 'ql-snow'
|