ZIndexMode
ZIndexMode 类型用于定义如何计算节点和边的 z-index。
¥The ZIndexMode type is used to define how z-indexing is calculated for nodes and edges.
-
auto模式会自动管理选择和子流程的 z 轴索引。¥
automode will automatically manage z-indexing for selections and sub flows. -
basic模式仅管理选择项的 z 轴索引。¥
basicmode will only manage z-indexing for selections. -
manual模式不会应用任何自动 z 轴索引。¥
manualmode does not apply any automatic z-indexing.
export type ZIndexMode = 'auto' | 'basic' | 'manual';Last updated on