packages/components/externals/eui-editor/json-view/eui-editor-json-view.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-editor-json-view |
Properties |
Inputs |
HostBindings |
| content |
Type : string
|
| theme |
Type : string
|
Default value : 'snow'
|
| class |
Type : string
|
Default value : 'eui-editor__json-view'
|
| string |
Type : string
|
Default value : 'eui-editor__json-view'
|
Decorators :
@HostBinding('class')
|
| valueSetter |
Type : unknown
|
Default value : () => {...}
|