Expand description
Reusable and easily configurable open dialog component.
Structs§
- Multi
Selection - A type of selection where multiple types can be chosen at a time.
- Open
Dialog Inner - Model for the open dialog component
- Open
Dialog Inner Widgets - Widgets of the open dialog component.
- Open
Dialog Settings - Configuration for the open dialog component
- Single
Selection - A type of selection where only one file can be chosen at a time.
Enums§
- Open
Dialog Msg - Messages that can be sent to the open dialog component
- Open
Dialog Response - Messages that can be sent from the open dialog component
Traits§
- Select
- Type of selection used for the open dialog.
Type Aliases§
- Open
Dialog - A component that prompts the user to choose a file.
- Open
Dialog Multi - A component that prompts the user to choose a file.