Represents a custom clipboard with a specific name which stores a value in localStorage under that name
Constructor
The name of the clipboard.
Gets whether the clipboard is empty
Gets the value stored in the clipboard.
Sets the value to be stored in the clipboard. Pass null to clear the value from storage.
Represents a custom clipboard with a specific name which stores a value in localStorage under that name