Skip to main content
Version: latest

IDestroyable

Interface

Methods

destroy

Clean up (destroy) any subscriptions, intervals, or other resources that this IDestroyable instance has.

Signature

destroy() => void

Returns

void