A generic type of the API before decimated.
A concrete type of the API after decimation, use this when you apply a discriminator method. Note this is optional and defaults to the BaseType.
Unique identifier for the context
Unique identifier for the api
Optional
discriminator: UmbContextDiscriminator<BaseType, ResultType>A discriminator that will be used to discriminate the API — testing if the API lives up to a certain requirement. If the API does not meet the requirement then the consumer will not receive this API.
Protected
apiUnique identifier for the api
Readonly
contextUnique identifier for the context
Readonly
TYPEGet the type of the token
Get the discriminator method for the token
the discriminator method
This method must always return the unique alias of the token since that will be used to look up the token in the injector.
the unique alias of the token
UmbContextToken