@joint/react
    Preparing search index...

    Function selectCellLayer

    • Selects the name of the paper layer the cell renders into, or null when it sits on the paper's default layer.

      Parameters

      Returns string | null

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

      const layer = useCell(cellId, selectCellLayer);