ValueRegistrationContext.ValueContext

Value context useable for further configuration of container

struct ValueRegistrationContext
static
struct ValueContext {}

Members

Variables

identity
string identity;

Identity of managed component

locator
Locator!() locator;

Locator of components. Used for configuration of features not directly related to value container.

storage
Storage!(Object, string) storage;

Storage of component

Meta