Skip to content

Commit

Permalink
Update clipboard.md (#15393)
Browse files Browse the repository at this point in the history
  • Loading branch information
luarmr authored Nov 18, 2024
1 parent 3a8182d commit dc37730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api-reference/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ type Content =
}
| {
file: PathLike;
}
| {
html: string;
text?: string; // The alternative text representation of the content.
};
```

Expand Down

0 comments on commit dc37730

Please sign in to comment.