Skip to main content
Version: 3.2

LogicItem 逻辑项

结构声明

interface LogicItem {
"concept": "LogicItem" | "AnonymousFunction" | "Abort" | "Start" | "End" | "IfStatement" | "SwitchStatement" | "SwitchCase" | "ForEachStatement" | "WhileStatement" | "Assignment" | "BatchAssignment" | "Comment" | "CallLogic" | "CallConnector" | "CallFunction" | "CallInterface" | "CallAuthInterface" | "Destination" | "ExternalDestination" | "ValidationRule" | "Argument" | "Anchor" | "JSBlock" | "JavaLogic" | "Identifier" | "NullLiteral" | "BooleanLiteral" | "StringLiteral" | "StringInterpolation" | "NumericLiteral" | "BinaryExpression" | "MatchCase" | "Match" | "UnaryExpression" | "MemberExpression" | "Unparsed" | "New" | "NewComposite" | "NewList" | "NewMap" | "CallQueryComponent" | "QueryFromExpression" | "QueryJoinExpression" | "QueryFieldExpression" | "QueryAggregateExpression" | "QueryOrderByExpression" | "QueryGroupByExpression" | "QuerySelectExpression" | "QueryLimitExpression" | "SqlQueryComponent" | "OqlQueryComponent" | "ProcessOutcome" | "Assignee" | "ProcessOutcomes", // 产品概念
"label": string, // 逻辑项标题
"description": string, // 逻辑项描述
"folded": boolean, // 是否折叠
"offsetX": number, // offsetX
"offsetY": number, // offsetY
}

示例

简单示例

{
"concept": "LogicItem",
"label": "节点",
"description": "",
"folded": false,
"offsetX": null,
"offsetY": null
}