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