IStringProducer
- Implemented By: IStringProducer
Interface for lazy string producers.
Methods
Name | Description |
---|---|
produce |
Produce the string value. |
produce
public produce(context: IResolveContext): string
Produce the string value.
- Type: IResolveContext