See Clipboard on MDN
type clipboard = {}
There are methods and helpers defined in Clipboard .
See ClipboardItem on MDN
type clipboardItem = { presentationStyle: presentationStyle, types: array<string>,}
Read more on MDN
There are methods and helpers defined in ClipboardItem .
type clipboardItemOptions = { mutable presentationStyle?: presentationStyle,}
type presentationStyle = | @as("attachment") Attachment | @as("inline") Inline | @as("unspecified") Unspecified