UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

15 lines (14 loc) 421 B
/** * @author: yanxianliang * @date: 2025-08-23 23:11 * @modified:2025/8/23 23:11 by yanxianliang * @desc: 选中策略 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export var SelectionStrategy = /*#__PURE__*/function (SelectionStrategy) { SelectionStrategy["PARENT"] = "parent"; SelectionStrategy["CHILD"] = "child"; SelectionStrategy["ALL"] = "all"; return SelectionStrategy; }({});