UI
filePicker
Displays a file picker dialog
moises.ui.filePicker
Parameters
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:
ArrayBuffer
This file is automatically generated. Do not edit manually.