Skip to content

Interface: GetAllOptions

Defined in: @inversifyjs/core:

See

https://inversify.io/

Extends

Properties

autobind?

ts
optional autobind?: boolean;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.autobind


chained?

ts
optional chained?: boolean;

Defined in: @inversifyjs/core:


name?

ts
optional name?: MetadataName;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.name


optional?

ts
optional optional?: boolean;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.optional


tag?

ts
optional tag?: GetOptionsTagConstraint;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.tag