Preparing search index...
The search index is not available
@salesforce/core
@salesforce/core
config/envVars
EnvVars
Class EnvVars
Hierarchy
Env
EnvVars
Index
Constructors
constructor
Methods
as
Dictionary
as
Map
get
Property
From
Env
property
To
Env
Name
Constructors
constructor
new
Env
Vars
(
env
?
)
:
EnvVars
Parameters
env
:
ProcessEnv
= process.env
Returns
EnvVars
Methods
as
Dictionary
as
Dictionary
(
)
:
Dictionary
<
unknown
>
Returns
Dictionary
<
unknown
>
as
Map
as
Map
(
)
:
Map
<
string
,
unknown
>
Returns
Map
<
string
,
unknown
>
get
Property
From
Env
get
Property
From
Env
<
T
>
(
property
,
prefix
?
)
:
Nullable
<
T
>
Type Parameters
T
Parameters
property
:
string
prefix
:
string
= ...
Returns
Nullable
<
T
>
Static
property
To
Env
Name
property
To
Env
Name
(
property
,
prefix
?
)
:
string
Parameters
property
:
string
prefix
:
string
= ...
Returns
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
as
Dictionary
as
Map
get
Property
From
Env
property
To
Env
Name
@salesforce/core
Loading...