Skip to Content
参考类型

ZIndexMode

ZIndexMode 类型用于定义如何计算节点和边的 z-index。

🌐 The ZIndexMode type is used to define how z-indexing is calculated for nodes and edges.

  • auto 模式将自动管理选区和子流程的 z 索引。
  • basic 模式将仅管理选区的 z 轴顺序。
  • manual 模式不会应用任何自动 z 轴索引。
export type ZIndexMode = 'auto' | 'basic' | 'manual';
Last updated on