var instance = new Vintasoft.Shared.WebObjectClipboardJS(); var value; // Type: object // Parameters var format; // Type: string value = instance.getData(format);
function getData(
formatThe format of the data to retrieve.: string
) : object;
Parameters
- format
- The format of the data to retrieve.
Return Value
A Clipboard data or null if the Clipboard does not contain any data that is in the specified "format".