Disposable
Whether this component has to be manually destroyed once you are done with it to prevent memory leaks. This also ensures that the DOM events created by that component will be cleaned up.
Extended by
Properties
dispose()
dispose: () =>
void
|Promise
<void
>
Destroys the object from memory to prevent a memory leak.
Returns
void
| Promise
<void
>
onDisposed
readonly
onDisposed:Event
<any
>
Fired after the tool has been disposed.