blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
EnvironmentTableItem
Interface EnvironmentTableItem
Environment variable row.
interface
EnvironmentTableItem
{
name
:
string
;
secret
?:
boolean
;
value
?:
string
;
}
Index
Properties
name
secret?
value?
Properties
name
name
:
string
Variable name.
Optional
secret
secret
?:
boolean
Whether value should be masked.
Optional
value
value
?:
string
Variable value.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
secret
value
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Environment variable row.