mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
Pushed state-workable if block
This commit is contained in:
@@ -29,6 +29,21 @@ export const ConditionBlock: BlockConfig<CodeExecutionOutput> = {
|
|||||||
subBlocks: [
|
subBlocks: [
|
||||||
{
|
{
|
||||||
id: 'if',
|
id: 'if',
|
||||||
|
title: 'if',
|
||||||
|
type: 'code',
|
||||||
|
layout: 'full',
|
||||||
|
outputHandle: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'else-if',
|
||||||
|
title: 'else if',
|
||||||
|
type: 'code',
|
||||||
|
layout: 'full',
|
||||||
|
outputHandle: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'else',
|
||||||
|
title: 'else',
|
||||||
type: 'code',
|
type: 'code',
|
||||||
layout: 'full',
|
layout: 'full',
|
||||||
outputHandle: true,
|
outputHandle: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user