Theia API Documentation v1.65.0
    Preparing search index...

    A type of mutation and its value to be applied to an environment variable.

    interface EnvironmentVariableMutator {
        options: EnvironmentVariableMutatorOptions;
        type: EnvironmentVariableMutatorType;
        value: string;
    }
    Index

    Properties

    Properties

    Options applied to the mutator.

    The type of mutation that will occur to the variable.

    value: string

    The value to use for the variable.