@joint/react
    Preparing search index...

    Function selectCellZIndex

    • Selects a cell's z-index — its paint order within a layer, where higher values draw on top. Falls back to 0 when the cell has no explicit z-index.

      Parameters

      Returns number

      import { useCell, selectCellZIndex } from '@joint/react';

      const z = useCell(cellId, selectCellZIndex);