A level output node is a special node, it is a placeholder for the output of a level node.
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Level Output (levelOutput) | inferred | - | - |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Name (name) | string | output | The name of the output, it must be unique among all the outputs of the level node | ||
Label (label) | string | Output | The label of the output, it is used to display the user friendly name of the output. | ||
Description (description) | string | Output | The description of the output, it should provide a description of what the output is used for. | ||
Data Type (dataType) | string | inferred | string number boolean object array html function inferred | The data type of the output, it should be a valid data type, or inferred if the data type is not known. It is always better to set the data type to a specific type if possible, as users can see visually by the color of the output what type of data it is. | |
Required (required) | boolean | Indicates if the output is required, if it is required, the level node will not be executed if the output is not connected. | |||
Order Hint (orderHint) | number | 0 | Indicates the order of this among all the level outputs, if two nodes have the same orderHint, they are ordered by their unique name. |