Computation engine rewrite continues

This commit is contained in:
Stefan Zermatten
2021-09-10 19:51:03 +02:00
parent 28ec7082ee
commit b877a8b45f
15 changed files with 235 additions and 28 deletions

View File

@@ -8,6 +8,15 @@ const ToggleSchema = createPropertySchema({
optional: true,
max: STORAGE_LIMITS.name,
},
variableName: {
type: String,
optional: true,
max: STORAGE_LIMITS.variableName,
},
showUI: {
type: Boolean,
optional: true,
},
disabled: {
type: Boolean,
optional: true,