mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
First few docs made optional
This commit is contained in:
committed by
Zeke Sikelianos
parent
8a29604f1e
commit
1a9b4b4671
@@ -155,11 +155,11 @@ Returns `String` - Reads `data` from the clipboard.
|
||||
### `clipboard.write(data[, type])`
|
||||
|
||||
* `data` Object
|
||||
* `text` String
|
||||
* `html` String
|
||||
* `image` [NativeImage](native-image.md)
|
||||
* `rtf` String
|
||||
* `bookmark` String - The title of the url at `text`.
|
||||
* `text` String (optional)
|
||||
* `html` String (optional)
|
||||
* `image` [NativeImage](native-image.md) (optional)
|
||||
* `rtf` String (optional)
|
||||
* `bookmark` String (optional) - The title of the url at `text`.
|
||||
* `type` String (optional)
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user