How to Create Blueprint Variables
Overviewβ
To create an effective Blueprint, you'll need to add multiple Blueprint Variables that a user can fill out on the Inputs tab while building a Vessel. The data from these Blueprint Variables will then pass directly to the code as environment variables every time the Vessel runs. This how to guide will walk you through the steps to create these Blueprint Variables.
Stepsβ
Step 1 - Required Fieldsβ
- Edit an existing Blueprint, or create a new one.
- On the Input tab, click the + button next to the "Blueprint Variables" header. A drawer on the right hand side of the screen will open up.
- Give your variable a Display Name that will be shown to users.
- Give your variable a Reference Name that will be passed to the script.
- Select the Variable Type. This changes the format of how the user needs to provide their input.
Step 2 - Optional Fieldsβ
The following steps are optional, but strongly recommended to increase usability.
- Set a default value for the variable to use.
- Select if the field should be required or not.
- Give the variable placeholder text as an example of what should be entered.
- Give the variable a tooltip explanation.
Step 3 - Create the Variableβ
- Click the Add Variable Button at the bottom.
success
You've successfully made a new Blueprint Variable.