ReadonlypresentationThe read-only presentationStyle property of the ClipboardItem interface returns a string indicating how an item should be presented.
ReadonlytypesThe read-only types property of the ClipboardItem interface returns an Array of MIME types available within the ClipboardItem.
The getType() method of the ClipboardItem interface returns a Promise that resolves with a Blob of the requested MIME type or an error if the MIME type is not found.
The
ClipboardIteminterface of the Clipboard API represents a single item format, used when reading or writing clipboard data using Clipboard.read() and Clipboard.write() respectively. Available only in secure contexts.MDN Reference