Skip to content

box-lifecycle

Coordinates Box lifecycle events.

Entry points and registration

extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.

Implementation Purpose
box-lifecycle-service.ts Box Lifecycle Service

Dependencies and change boundaries

Declared Host dependencies: auth.

Notify dependent services and release resources on stop, rebuild, and recovery.

See Configuration for activation policy and Features for support status.

← Host extension map · Host