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
| Name | Type | Default value | Defined 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 |