Clipboard
The Clipboard class enables interacting with the system clipboard, providing functionality for setting and retrieving text, clearing the clipboard, handling data objects and working with different data formats.
The Clipboard can be access through an instance of TopLevel or Window, for more details on accessing TopLevel please visit TopLevel page:
var clipboard = window.Clipboard;