Skip to main content

RegistryOptions <T>

Index

Properties

optionalafterShutdown

afterShutdown?: Callback<T>

Callback fired after a plugin's shutdown life cycle is executed.

optionalafterStartup

afterStartup?: Callback<T>

Callback fired after a plugin's startup life cycle is executed.

optionalbeforeShutdown

beforeShutdown?: Callback<T>

Callback fired before a plugin's shutdown life cycle is executed.

optionalbeforeStartup

beforeStartup?: Callback<T>

Callback fired before a plugin's startup life cycle is executed.

optionalresolver

resolver?: ModuleResolver

Custom module resolver.

validate

validate: Callback<T>

Validate the shape of the plugin being registered.