В этом разделе
Clears the Clipboard and adds data in the specified format to the Clipboard.
Синтаксис
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.
Исключения
| Исключение | Описание |
| Thrown if argument has wrong type. |
Смотрите также