map.apps Bundle APIs 4.20.0
    Preparing search index...

    Function envValue

    • Returns the environment value associated with the given key. Returns undefined if the key is not known.

      Type Parameters

      Parameters

      • key: Key

        one of the WellknownEnvKeys

      Returns undefined | DeepReadonly<WellknownEnvKeys[Key]>

      the environment value matching the key.