Skip to content

delete since v2.1.0function

The primary destructor for Ignition objects. It performs a recursive deep-purge of the object, its superclasses, and all associated memory registries.

delete(object: any) -> ()

Parameters

Name Type Description
object any The Ignition instance to be destroyed.