AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface WriteRequestType

    • instead use OpenFin.WriteClipboardRequest

    A request to write data to the clipboard.

    interface WriteRequestType {
        data: string;
        type?: ClipboardSelectionType;
    }
    Index
    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.