expose client.writeTextToClipboard

Summary: per title

Reviewed By: priteshrnandgaonkar

Differential Revision: D27044508

fbshipit-source-id: 8af99f66ec8203b76ccb3d880e1a184193a389c7
This commit is contained in:
Michel Weststrate
2021-03-16 14:54:53 -07:00
committed by Facebook GitHub Bot
parent 4e2383cdb0
commit 7093a932f8
2 changed files with 12 additions and 0 deletions

View File

@@ -295,6 +295,12 @@ interface Notification {
};
```
#### `writeTextToClipboard`
Usage: `writeTextToClipboard(text: string)`
Writes text to the OS-level clipboard.
#### `createPaste`
Facebook only API.