if-then-else-condition-config
Configuration object for a condition block
| Name | if-then-else-condition-config |
|---|---|
| Type | Interface |
| Path | packages/blocks/src/building-blocks/if-then-else-condition.ts |
Properties
| Name | Type | Description |
|---|---|---|
| assertion | Block<I, PO> | |
| else | Block<PO, EO> | |
| id | string | |
| name | string | |
| then | Block<PO, TO> | |