Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about a config property.

Hierarchy

  • ConfigInfo

Index

Properties

isEnvVar

isEnvVar: function
returns

true if the config property is an environment variable.

Type declaration

    • (): boolean
    • Returns boolean

isGlobal

isGlobal: function
returns

true if the config property is in the global space

Type declaration

    • (): boolean
    • Returns boolean

isLocal

isLocal: function
returns

true if the config property is in the local project

Type declaration

    • (): boolean
    • Returns boolean

key

key: string

Optional location

location: LOCATIONS

Optional path

path: undefined | string

value

value: string | boolean