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

    Interface ReadImageClipboardRequest

    interface ReadImageClipboardRequest {
        format: "dataURL" | "png" | "bmp" | "jpg";
        type?: ClipboardSelectionType;
    }
    Index
    format: "dataURL" | "png" | "bmp" | "jpg"

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