Options for Paste operations.

interface PasteOptions {
    restore?: boolean;
}

Properties

Properties

restore?: boolean

Whether to restore the original contents of the pasteboard after the paste operation. Default is false.