projects/m2-core/src/lib/widget-modules/dynamic/lazy/components/code-editor/ICodeEditorComponent.ts
Properties |
|
Methods |
| doCheckSyntax |
doCheckSyntax()
|
|
Returns :
void
|
| update | ||||||
update(code: string)
|
||||||
|
Parameters :
Returns :
void
|
| checkSyntax |
checkSyntax:
|
Type : boolean
|
| Optional |
| checkSyntaxDebounce |
checkSyntaxDebounce:
|
Type : number
|
| Optional |
| code |
code:
|
Type : string
|
| Optional |
| editModeON |
editModeON:
|
Type : boolean
|
| Optional |
|
inputs |
| hintProvider |
hintProvider:
|
Type : HintProvider
|
| Optional |
| showCheckSyntaxBtn |
showCheckSyntaxBtn:
|
Type : boolean
|
| Optional |
| styleClasses |
styleClasses:
|
Type : string
|
| Optional |
| updated |
updated:
|
Type : EventEmitter<string>
|
|
outputs |