ZIndexMode
The ZIndexMode type is used to define how z-indexing is calculated for nodes and edges.
automode will automatically manage z-indexing for selections and sub flows.basicmode will only manage z-indexing for selections.manualmode does not apply any automatic z-indexing.
export type ZIndexMode = 'auto' | 'basic' | 'manual';Last updated on