Options for Copy operations.

interface CopyOptions {
    notify?: boolean;
}

Properties

Properties

notify?: boolean

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