Documentation / @zerotal/core / index / ConcernContext
Interface: ConcernContext
Defined in: conventions/ConventionLoader.ts:16
The context a concern receives while registering discovered modules.
Properties
app
app:
Application
Defined in: conventions/ConventionLoader.ts:17
env
env:
AppEnvironment
Defined in: conventions/ConventionLoader.ts:18
Methods
resolve()
resolve<
T>(token):T|undefined
Defined in: conventions/ConventionLoader.ts:20
Resolve a container binding synchronously, or undefined if not bound.
Type Parameters
T
T = unknown
Parameters
token
string
Returns
T | undefined