Package-level declarations
Types
Link copied to clipboard
class FileSelector(val allowMultiple: Boolean = false, val acceptedTypes: Set<MimeType<*>> = AnyFile) : View
Control that allows the user to initiate file selection on the local host.
Link copied to clipboard
Defines how FileSelectors behave.