toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.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
<
FileFilter
>
?
=
null
)
(undocumented in the protocol definition)
Official doc
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
<
FileFilter
>
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
String
(undocumented in the protocol definition)
enctype
Link copied to clipboard
val
enctype
:
String
(undocumented in the protocol definition)
files
Link copied to clipboard
val
files
:
List
<
FileFilter
>
?
=
null
(undocumented in the protocol definition)
method
Link copied to clipboard
val
method
:
String
(undocumented in the protocol definition)
text
Link copied to clipboard
val
text
:
String
?
=
null
(undocumented in the protocol definition)
title
Link copied to clipboard
val
title
:
String
?
=
null
Embed the ShareTargetParams
url
Link copied to clipboard
val
url
:
String
?
=
null
(undocumented in the protocol definition)