Skip to content

Interface: ContainerModuleLoadOptions

Defined in: @inversifyjs/container:

See

https://inversify.io/

Properties

bind

ts
bind: Bind;

Defined in: @inversifyjs/container:


isBound

ts
isBound: IsBound;

Defined in: @inversifyjs/container:


onActivation

ts
onActivation: OnActivation;

Defined in: @inversifyjs/container:


onDeactivation

ts
onDeactivation: OnDeactivation;

Defined in: @inversifyjs/container:


rebind

ts
rebind: RebindSync;

Defined in: @inversifyjs/container:


rebindAsync

ts
rebindAsync: Rebind;

Defined in: @inversifyjs/container:


unbind

ts
unbind: UnbindSync;

Defined in: @inversifyjs/container:


unbindAsync

ts
unbindAsync: Unbind;

Defined in: @inversifyjs/container: