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
| Parameter | Type |
|---|---|
fileFormats? | ( | "model" | "image" | "document" | "geo" | "spreadsheet" | string & { })[] |
Returns
Promise<ProjectAttachment>