Type Alias FilePicker

FilePicker: (
    options: FilePickerOptions,
    openDefaultPicker: OpenDefaultFilePicker,
) => FilePickerResult

A callback to show a file picker dialog.

Type declaration

    • (
          options: FilePickerOptions,
          openDefaultPicker: OpenDefaultFilePicker,
      ): FilePickerResult
    • Parameters

      • options: FilePickerOptions

        Options for the file picker dialog.

      • openDefaultPicker: OpenDefaultFilePicker

        The default file picker function. The client app may choose to use the default file picker.

      Returns FilePickerResult

      A promise that resolves to the result of the file picker dialog.

MMNEPVFCICPMFPCPTTAAATR