Skip to content

Variable: BindingType

ts
const BindingType: {
  Factory: "Factory";
  Instance: "Instance";
  Value: "Value";
};

Defined in: src/wirestate-core/binding/binding.ts:11

Binding strategy names accepted by binding descriptors.

Type Declaration

NameTypeDefault valueDefined in
Factory"Factory""Factory"src/wirestate-core/binding/binding.ts:14
Instance"Instance""Instance"src/wirestate-core/binding/binding.ts:13
Value"Value""Value"src/wirestate-core/binding/binding.ts:12