- Implements: IResolvable
Initializers
| Name | Type | Description |
|---|
Methods
| Name | Description |
|---|---|
addPostProcessor | No description. |
resolve | Produce the Token’s value at resolution time. |
toJSON | Turn this Token into JSON. |
toString | Return a string representation of this resolvable object. |
addPostProcessor
postProcessorRequired
- Type: IPostProcessor
resolve
contextRequired
- Type: IResolveContext
toJSON
toString
Properties
| Name | Type | Description |
|---|---|---|
creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
creationStackRequired
- Type: string[]