Skip to content

Interface: OptionalGetOptions

Defined in: @inversifyjs/core:

See

https://inversify.io/

Extends

Properties

autobind?

ts
optional autobind?: boolean;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.autobind


name?

ts
optional name?: MetadataName;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.name


optional

ts
optional: true;

Defined in: @inversifyjs/core:

Overrides

GetOptions.optional


tag?

ts
optional tag?: GetOptionsTagConstraint;

Defined in: @inversifyjs/core:

Inherited from

GetOptions.tag