Readonly
ctxContext object providing access to the project configuration.
Readonly
listIf the parameter whose value is being resolved is of type list, this will hold the index of the value in the list. The index begins from 0. This will be 0 if the parameter being resolved os not list.
Readonly
loggerLogger instance.
Readonly
parameterName of the parameter whose value is being resolved.
Readonly
stackThe stack where the parameter whose value is being resolved belongs to.
Readonly
variablesA mutable copy of the current command variables during the stack operation.
Generated using TypeDoc
An interface representing the input object passed to
Resolver.resolve
function when value for a stack parameter is being resolved.