diff --git a/definitions/standard/runtime_definition/control/control-audit.md b/definitions/standard/runtime_definition/control/control-audit.md index 40c6d6d..727a2a4 100644 --- a/definitions/standard/runtime_definition/control/control-audit.md +++ b/definitions/standard/runtime_definition/control/control-audit.md @@ -17,4 +17,9 @@ break -> stop ## Added - if -- if-else \ No newline at end of file +- if-else + +# 06.02.2026 + +## Added +- value diff --git a/definitions/standard/runtime_definition/control/std_control_value.proto.json b/definitions/standard/runtime_definition/control/std_control_value.proto.json new file mode 100644 index 0000000..091f441 --- /dev/null +++ b/definitions/standard/runtime_definition/control/std_control_value.proto.json @@ -0,0 +1,59 @@ +{ + "runtimeName": "std::control::value", + "runtimeParameterDefinitions": [ + { + "dataTypeIdentifier": { + "genericKey": "R" + }, + "runtimeName": "value", + "defaultValue": null, + "name": [ + { + "code": "en-US", + "content": "New Value" + } + ], + "description": [ + { + "code": "en-US", + "content": "The value to create." + } + ], + "documentation": [] + } + ], + "returnTypeIdentifier": { + "genericKey": "R" + }, + "throwsError": false, + "genericKeys": [ + "R" + ], + "name": [ + { + "code": "en-US", + "content": "New Value" + } + ], + "description": [ + { + "code": "en-US", + "content": "Creates a new value." + } + ], + "documentation": [], + "alias": [ + { + "code": "en-US", + "content": "new;create;control;std" + } + ], + "displayMessage": [ + { + "code": "en-US", + "content": "New ${value}" + } + ], + "deprecationMessage": [], + "displayIcon": "tabler:new-section" +}