UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

16 lines 496 B
/** * @author: yanxianliang * @date: 2025-08-30 15:10 * @modified:2025/8/30 15:10 by yanxianliang * @desc: 内置节点Role类型 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export var NodeRoleType = /*#__PURE__*/function (NodeRoleType) { NodeRoleType["SubFlow"] = "SubFlow"; NodeRoleType["Begin"] = "Begin"; NodeRoleType["End"] = "End"; NodeRoleType["SubFlowBegin"] = "SubFlowBegin"; NodeRoleType["SubFlowEnd"] = "SubFlowEnd"; return NodeRoleType; }({});