Skip to main content

Module api

Module api 

Source
Expand description

Public API surface for presenting file-picker dialogs.

This module defines FilePicker, PickOptions, and SaveOptions — the primary entry points for all file-picker operations. Platform-specific behaviour is fully abstracted behind these types.

Structs§

FilePicker
Frontend-agnostic file picker that delegates to the native platform dialog.
PickOptions
Options for opening an existing file via a platform file-picker dialog.
SaveOptions
Options for saving a new file or overwriting an existing one.