projects/m2-core/src/lib/widget-modules/dynamic/lazy/components/code-editor/code-editor-lazy.directive.ts
| Selector | code-editor-lazy |
Properties |
|
Methods |
|
Inputs |
Outputs |
| checkSyntax |
Type : boolean
|
Default value : true
|
| checkSyntaxDebounce |
Type : number
|
| code |
Type : string
|
|
inputs |
| editModeON |
Type : boolean
|
| hintProvider |
Type : HintProvider
|
| showCheckSyntaxBtn |
Type : boolean
|
Default value : true
|
| styleClasses |
Type : string
|
| updated |
Type : EventEmitter
|
|
outputs |
| Public doCheckSyntax |
doCheckSyntax()
|
|
Returns :
void
|
| Public update | ||||||
update(code: string)
|
||||||
|
methods
Parameters :
Returns :
void
|
| Protected moduleKey |
Default value : DynamicModule.CodeEditor
|