Cell selectors, pass to useCell / useCells
Selects an element's rotation in degrees, falling back to 0 when the element has no explicit angle.
0
the resolved element record
import { useCell, selectElementAngle } from '@joint/react';const angle = useCell(elementId, selectElementAngle); Copy
import { useCell, selectElementAngle } from '@joint/react';const angle = useCell(elementId, selectElementAngle);
Cell selectors, pass to useCell / useCells