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

Properties

Properties

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.