@jsvision/code-editor / CodeEditorDisposable
Interface: CodeEditorDisposable
Defined in: code-editor/src/integration.ts:12
A small lifecycle handle used by editor-owned subscriptions and bindings.
Methods
dispose()
dispose():
void
Defined in: code-editor/src/integration.ts:14
Releases the associated listener or binding. Calling this more than once is safe.
Returns
void