MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / showOpenFilePicker

Method showOpenFilePicker

ts/workflow-cli/src/fsaccess.d.ts:14–14  ·  view source on GitHub ↗
(options?: {
    multiple?: boolean;
    types?: Array<{ description?: string; accept: Record<string, string[]> }>;
  })

Source from the content-addressed store, hash-verified

12 types?: Array<{ description?: string; accept: Record<string, string[]> }>;
13 }): Promise<FileSystemFileHandle>;
14 showOpenFilePicker(options?: {
15 multiple?: boolean;
16 types?: Array<{ description?: string; accept: Record<string, string[]> }>;
17 }): Promise<FileSystemFileHandle[]>;

Callers 1

AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected