kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
PWA
/
FileHandler
File
Handler
@
Serializable
data
class
FileHandler
(
val
action
:
String
,
val
accepts
:
List
<
PWA.FileHandlerAccept
>
,
val
displayName
:
String
)
Members
Constructors
File
Handler
Link copied to clipboard
constructor
(
action
:
String
,
accepts
:
List
<
PWA.FileHandlerAccept
>
,
displayName
:
String
)
Properties
accepts
Link copied to clipboard
val
accepts
:
List
<
PWA.FileHandlerAccept
>
action
Link copied to clipboard
val
action
:
String
display
Name
Link copied to clipboard
val
displayName
:
String