Type "boolean"
Last updated
Last updated
If your function implementation needs to make a boolean decision based on the use case, you can use environment variables of type boolean in your implementation, then our platform will ask consumers to enter their value during installation.
The type boolean variables allow the consumers of a function to select between true or false values. It is displayed in the installation UI form as a toggle element (see image below).
property
type
required
default
description
name
string
yes
-
The name of the environment variable. This should be unique for each variable.
description
string
no
-
The description of the environment variable.
default
bool
no
false
The default value for the variable.