@mcp-z/cli
Preparing search index...
EnvVarMetadata
Interface EnvVarMetadata
interface
EnvVarMetadata
{
choices
?:
string
[]
;
default
?:
string
;
dependsOn
?:
Record
<
string
,
string
[]
>
;
description
:
string
;
isMandatoryForMatrix
?:
boolean
;
isRequired
?:
boolean
;
isSecret
:
boolean
;
name
:
string
;
placeholder
?:
string
;
value
?:
string
;
}
Index
Properties
choices?
default?
depends
On?
description
is
Mandatory
For
Matrix?
is
Required?
is
Secret
name
placeholder?
value?
Properties
Optional
choices
choices
?:
string
[]
Optional
default
default
?:
string
Optional
depends
On
dependsOn
?:
Record
<
string
,
string
[]
>
description
description
:
string
Optional
is
Mandatory
For
Matrix
isMandatoryForMatrix
?:
boolean
Optional
is
Required
isRequired
?:
boolean
is
Secret
isSecret
:
boolean
name
name
:
string
Optional
placeholder
placeholder
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
choices
default
depends
On
description
is
Mandatory
For
Matrix
is
Required
is
Secret
name
placeholder
value
@mcp-z/cli
Loading...