docs: add notice of loaded event

This commit is contained in:
Jacob Overgaard
2024-07-19 09:46:42 +02:00
parent 5b040c730f
commit d99fb449f6

View File

@@ -32,6 +32,7 @@ const elementName = 'umb-code-editor';
* @implements {UmbCodeEditorHost}
* @fires input - Fired when the value of the editor changes.
* @fires change - Fired when the entire model of editor is replaced.
* @fires loaded - Fired when the editor is loaded and ready to use.
*/
@customElement(elementName)
export class UmbCodeEditorElement extends UmbLitElement implements UmbCodeEditorHost {