documentation/template-playground/template-editor.service.ts
Methods |
| destroy |
destroy()
|
|
Returns :
void
|
| initializeEditor | ||||||
initializeEditor(container: HTMLElement)
|
||||||
|
Parameters :
Returns :
void
|
| setEditorContent |
setEditorContent(content: string, fileType: string)
|
|
Returns :
void
|
| setOnChangeCallback | ||||||
setOnChangeCallback(callback: (value: string) => void)
|
||||||
|
Parameters :
Returns :
void
|