API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeExtensionDisposer

@codexo/exojs/extensions / extensions / stable

Undoes one Extension.install call, for the one Application that call was made against. Returned by `install`, held by that Application, and invoked exactly once during its teardown. Must be synchronous - Application.destroy does not await it. Work that genuinely cannot finish synchronously belongs behind an AbortSignal the extension owns, aborted from here.

0
props
0
methods
0
events
Import
import { ExtensionDisposer } from '@codexo/exojs/extensions'

Undoes one Extension.install call, for the one Application that call was made against. Returned by `install`, held by that Application, and invoked exactly once during its teardown.

Must be synchronous - Application.destroy does not await it. Work that genuinely cannot finish synchronously belongs behind an AbortSignal the extension owns, aborted from here.

Definition1
() => void
Source