Skip to content

spatial-monorepo


spatial-monorepo / core/src / PluginController

Interface: PluginController

Defined in: packages/core/src/plugins/types.ts:18

Returned by SpatialPlugin.install(). Lifecycle handle — destroy() is called when the plugin is removed from the plugins array or SpatialProvider unmounts.

Methods

destroy()

destroy(): void

Defined in: packages/core/src/plugins/types.ts:19

Returns

void

Released under commercial licensing.