Skip to content

Commit 4a804bc

Browse files
deploy: dc37730
1 parent 9fecfd4 commit 4a804bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api-reference/clipboard.md

+4
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ type Content =
188188
}
189189
| {
190190
file: PathLike;
191+
}
192+
| {
193+
html: string;
194+
text?: string; // The alternative text representation of the content.
191195
};
192196
```
193197

0 commit comments

Comments
 (0)