Header menu logo fable-electron-docs-api

SharingItem Type

Constructors

Constructor Description

SharingItem(?texts, ?filePaths, ?urls)

Full Usage: SharingItem(?texts, ?filePaths, ?urls)

Parameters:
    ?texts : string[] - An array of text to share.
    ?filePaths : string[] - An array of files to share.
    ?urls : string[] - An array of URLs to share.

Returns: SharingItem
?texts : string[]

An array of text to share.

?filePaths : string[]

An array of files to share.

?urls : string[]

An array of URLs to share.

Returns: SharingItem

Instance members

Instance member Description

this.filePaths

Full Usage: this.filePaths

An array of files to share.

this.texts

Full Usage: this.texts

An array of text to share.

this.urls

Full Usage: this.urls

An array of URLs to share.

Type something to start searching.