AboutSupportDeveloper GuideVersion 41.129.83.3
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.