kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
ShareTarget
Share
Target
@
Serializable
data
class
ShareTarget
(
val
action
:
String
,
val
method
:
String
,
val
enctype
:
String
,
val
title
:
String
?
=
null
,
val
text
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
files
:
List
<
Page.FileFilter
>
?
=
null
)
Members
Constructors
Share
Target
Link copied to clipboard
constructor
(
action
:
String
,
method
:
String
,
enctype
:
String
,
title
:
String
?
=
null
,
text
:
String
?
=
null
,
url
:
String
?
=
null
,
files
:
List
<
Page.FileFilter
>
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
String
enctype
Link copied to clipboard
val
enctype
:
String
files
Link copied to clipboard
val
files
:
List
<
Page.FileFilter
>
?
=
null
method
Link copied to clipboard
val
method
:
String
text
Link copied to clipboard
val
text
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
Embed the ShareTargetParams
url
Link copied to clipboard
val
url
:
String
?
=
null