Kind: Component
Source: atloria-monorepo/apps/web/src/app/app/projects/[id]/components/StepEditor.tsx
Draw/clear rectangular redaction regions on a step's screenshot. Coordinates are stored as PERCENT (0-100) of the natural image so they survive re-shoots at any viewport. Drag to add a box; click an existing box to remove it.
Props
| Name | Type | Required | Default |
|---|---|---|---|
src | string | - | - |
boxes | RedactBox[] | ✓ | - |
onChange | Function | ✓ | - |
Diagram
mermaidgraph TD component_RedactionCanvas_2030974d["RedactionCanvas"] class component_RedactionCanvas_2030974d rootComponent
Relationships
- USES_HOOK →
useRef - USES_HOOK →
useState
Referenced By
StepEditor(RENDERS)
Was this page helpful?