In This Topic
Clears the Clipboard and adds data in the specified format to the Clipboard.
Syntax
var instance = new Vintasoft.Shared.WebObjectClipboardJS();
var value; // Type: any
// Parameters
var format; // Type: string
var data; // Type: object
value = instance.setData(format, data);
function setData(
: string,
: object
) : any;
Parameters
- format
- The format of the data to set.
- data
- Data to add.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also