AboutSupportDeveloper GuideVersion 38.126.82.64

Deprecated

  • instead use OpenFin.WriteClipboardRequest

A request to write data to the clipboard.

interface WriteRequestType {
    data: string;
    type?: ClipboardSelectionType;
}

Properties

Properties

data: string

Data to write to the clipboard.

The type of clipboard to write to, can be 'clipboard' or 'selection'. Defaults to 'clipboard'. Use 'selection' for linux only.