condition-result
Output returned when a conditional block signals to continue
| Name | condition-result |
|---|---|
| Type | Interface |
| Path | packages/blocks/src/types/block-output.ts |
Properties
| Name | Type | Description |
|---|---|---|
| conditionResult | boolean | |
| continue | true | |
| output | O | |
| outputType | 'conditional' | |