Type Definition relm4_components::open_dialog::OpenDialog

source ·
pub type OpenDialog = OpenDialogInner<SingleSelection>;
Expand description

A component that prompts the user to choose a file.

The user would be able to select a single file. If you’d like to select multiple, use OpenDialogMulti.