PopClip JavaScript API Reference
    Preparing search index...

    Interface CopyOptions

    Options for Copy operations.

    interface CopyOptions {
        notify?: boolean;
    }
    Index
    notify?: boolean

    Whether to show the "Copied" notification to the user. (Default: true)