📓Parameters
Each Block and its Instance have "parameters" which always include defaults. These are basically translated as Strings (Environment Variables) inside the execution of any code language in its virtual machine. For example, inside a Python script:
Changing a Shared or Dynamic parameter will propagate changes to all Components who use it.
These are the following types of parameters:
Type
Value
Can Be Secret
Can Be Shared
Info
Text
String
Shared text parameters can be defined in /parameters/shared
Boolean
Checkbox
Multi Choice
Comma Separated String
Comma Separated String (From Code)
Dynamic parameters can be defined in /parameters/dynamic
Last updated