Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-electron
/
electron.core
/
SharingItem
Sharing
Item
external
interface
SharingItem
(
source
)
Members
Properties
file
Paths
Link copied to clipboard
abstract
var
filePaths
:
<Error class: unknown class>
<
String
>
?
An array of files to share.
texts
Link copied to clipboard
abstract
var
texts
:
<Error class: unknown class>
<
String
>
?
An array of text to share.
urls
Link copied to clipboard
abstract
var
urls
:
<Error class: unknown class>
<
String
>
?
An array of URLs to share.