Skip to content

IStringProducer

Interface for lazy string producers.

Methods

Name Description
produce Produce the string value.

produce

public produce(context: IResolveContext): string

Produce the string value.

contextRequired