Skip to content

gi-nx


gi-nx / selectProjectAttachmentPrompt

ts
function selectProjectAttachmentPrompt(fileFormats?: (
  | "model"
  | "image"
  | "document"
  | "geo"
  | "spreadsheet"
  | string & {
})[]): Promise<ProjectAttachment>;

Open a dialog for the user to select from existing project attachments.

Parameters

ParameterType
fileFormats?( | "model" | "image" | "document" | "geo" | "spreadsheet" | string & { })[]

Returns

Promise<ProjectAttachment>