PopClip JavaScript API Reference
    Preparing search index...

    Interface PasteOptions

    Options for Paste operations.

    interface PasteOptions {
        restore?: boolean;
    }
    Index
    restore?: boolean

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