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§
- File
Picker - Frontend-agnostic file picker that delegates to the native platform dialog.
- Pick
Options - Options for opening an existing file via a platform file-picker dialog.
- Save
Options - Options for saving a new file or overwriting an existing one.