mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
replace commitToHistory with storeAction
This commit is contained in:
1
docs/API/ExcalidrawAutomate.d.ts
vendored
1
docs/API/ExcalidrawAutomate.d.ts
vendored
@@ -422,6 +422,7 @@ export declare class ExcalidrawAutomate {
|
||||
appState?: AppState;
|
||||
files?: BinaryFileData;
|
||||
commitToHistory?: boolean;
|
||||
storeAction?: "capture" | "none" | "update";
|
||||
}, restore?: boolean): void;
|
||||
/**
|
||||
* connect an object to the selected element in the view
|
||||
|
||||
Reference in New Issue
Block a user