UI
filePicker
Displays a file picker dialog
moises.ui.filePickerParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | No | File picker title |
description | string | No | File picker description |
Returns:
Promise<ArrayBuffer> - Promise that resolves with the selected file data
Example resolved value:
// When the promise resolves, you get:
ArrayBufferThis file is automatically generated. Do not edit manually.