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.
Aliased Type§
pub struct OpenDialog { /* private fields */ }