Interface JsResolverOptions

Hierarchy

  • JsResolverOptions

Properties

pipelineStepNames?: string[]

name of the pipeline steps to create

Default

- only a default step will be created
stashValues?: {
    [key: string]: string;
}

Variables that will be put into the "stash" of the resolver pipeline

Type declaration

  • [key: string]: string

Default

none

Generated using TypeDoc