API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceDestroyable
@codexo/exojs / core / stable
Structural interface for anything that holds resources requiring explicit release. ExoJS value types tend to implement this even when no external resources are held (no-op `destroy()`) so consumers can call uniformly.
0
props
1
methods
0
events
Import
import { Destroyable } from '@codexo/exojs'Structural interface for anything that holds resources requiring explicit release. ExoJS value types tend to implement this even when no external resources are held (no-op `destroy()`) so consumers can call uniformly.
Methods1
destroy(): voidSource