CanvasSurfaces
Drawing Editor
Drawing Editor from the Canvas package.
Loading DrawingEditor…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
dataOptional | CanvasDrawingData | — |
deviceOptional | "desktop" | "tablet" | "mobile" | — |
isDirtyOptional | boolean | false |
isSavingOptional | boolean | false |
onBackOptional | (() => void) | — |
onChangeOptional | ((data: CanvasDrawingData) => void) | — |
onSaveOptional | (() => void) | — |
onTitleChangeOptional | ((title: string) => void) | — |
readOnlyOptional | boolean | false |
titleRequired | string | — |