mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Pushed state-workable if block
This commit is contained in:
@@ -29,6 +29,21 @@ export const ConditionBlock: BlockConfig<CodeExecutionOutput> = {
|
||||
subBlocks: [
|
||||
{
|
||||
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',
|
||||
layout: 'full',
|
||||
outputHandle: true,
|
||||
|
||||
Reference in New Issue
Block a user