|
@@ -591,7 +591,7 @@ The below attributes can be set in `UIOptions.canvasActions.export` to customize
|
591
|
591
|
| Attribute | Type | Default | Description |
|
592
|
592
|
| --- | --- | --- | --- |
|
593
|
593
|
| `saveFileToDisk` | boolean | true | Implies if save file to disk button should be shown |
|
594
|
|
-| `exportToBackend` | <pre> (exportedElements: readonly NonDeletedExcalidrawElement[],appState: AppState,canvas: HTMLCanvasElement | null) => void </pre> | | This callback is triggered when the shareable-link button is clicked in the export dialog. The link button will only be shown if this callback is passed. |
|
|
594
|
+| `onExportToBackend` | <pre> (exportedElements: readonly NonDeletedExcalidrawElement[],appState: AppState,canvas: HTMLCanvasElement | null) => void </pre> | | This callback is triggered when the shareable-link button is clicked in the export dialog. The link button will only be shown if this callback is passed. |
|
595
|
595
|
| `renderCustomUI` | <pre> (exportedElements: readonly NonDeletedExcalidrawElement[],appState: AppState,canvas: HTMLCanvasElement | null) => void </pre> | | This callback should be supplied if you want to render custom UI in the export dialog. |
|
596
|
596
|
|
597
|
597
|
#### `onPaste`
|