AboutSupportDeveloper GuideVersion 38.126.82.64
interface BaseClipboardRequest {
    type?: ClipboardSelectionType;
}

Properties

Properties

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