Interface: UIComponent
components.UIComponent
Base interface to be implemented by any kind of component aimed to render user interface (DOM elements) in the viewer.
Hierarchy
↳
UIComponent
Properties
dispose
• dispose: () => void
Type declaration
▸ (): void
Destroys the object from memory to prevent a memory leak.
Returns
void
Inherited from
Defined in
temp/components/base-types/base-types.ts:62