MCPcopy Create free account
hub / github.com/esengine/esengine / openFolderDialog

Method openFolderDialog

packages/editor-app/src/api/tauri.ts:15–17  ·  view source on GitHub ↗
(title?: string)

Source from the content-addressed store, hash-verified

13 */
14export class TauriAPI {
15 static async openFolderDialog(title?: string): Promise<string | null> {
16 return await invoke<string | null>('open_folder_dialog', { title });
17 }
18
19 static async openFileDialog(
20 title?: string,

Callers 1

openProjectDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected