Takomo v7.4.3
    Preparing search index...

    Interface StackOperationVariables

    A mutable copy of the current command variables during a stack operation.

    interface StackOperationVariables {
        context: ContextVars;
        env: EnvVars;
        hooks: HookOutputValues;
        var: Vars;
        readonly [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: unknown
    Index

    Properties

    Properties

    context: ContextVars
    env: EnvVars

    Hook output values

    var: Vars