Return cell id from the paper (paper item). It must be used inside renderElement function.
renderElement
This hook is used to get the cell id from the paper RenderElement. It must be used inside the renderElement function.
RenderElement
const cellId = useCellId();console.log(cellId); Copy
const cellId = useCellId();console.log(cellId);
Return cell id from the paper (paper item). It must be used inside
renderElement
function.