toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
SharingItem
Sharing
Item
external
interface
SharingItem
(
source
)
Members
Properties
file
Paths
Link copied to clipboard
abstract
var
filePaths
:
ReadonlyArray
<
String
>
?
An array of files to share.
texts
Link copied to clipboard
abstract
var
texts
:
ReadonlyArray
<
String
>
?
An array of text to share.
urls
Link copied to clipboard
abstract
var
urls
:
ReadonlyArray
<
String
>
?
An array of URLs to share.