Type Definition relm4_components::open_dialog::OpenDialogMulti
source · pub type OpenDialogMulti = OpenDialogInner<MultiSelection>;
Expand description
A component that prompts the user to choose a file.
The user would be able to select multiple files. If you’d like to select just one, use OpenDialog
.