Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.fs
/
FilePickerOptions
File
Picker
Options
web
interface
FilePickerOptions
(
source
)
Inheritors
OpenFilePickerOptions
SaveFilePickerOptions
Members
Properties
exclude
Accept
All
Option
Link copied to clipboard
web
abstract
var
excludeAcceptAllOption
:
Boolean
?
id
Link copied to clipboard
web
abstract
var
id
:
String
?
start
In
Link copied to clipboard
web
abstract
var
startIn
:
StartInDirectory
?
types
Link copied to clipboard
web
abstract
var
types
:
ReadonlyArray
<
FilePickerAcceptType
>
?