Interface: UseContainerValue
Defined in: src/wirestate-lit/consumption/use-container.ts:13
Describes value returned by useContainer.
Properties
value
ts
readonly value: Container;Defined in: src/wirestate-lit/consumption/use-container.ts:19
The active container from the nearest parent context.
Throws
WirestateError When read before the container context resolves.