SheetXL - v0.3.20
    Preparing search index...

    Options for creating a new InternalClipboard

    interface ConstructorOptions {
        disableCheckOnFocus?: boolean;
        nativeClipboard?: boolean | Clipboard;
    }
    Index

    Properties

    disableCheckOnFocus?: boolean

    Allow for disabling clipboard read on window focus. This is a 'polyfill' for clipboard change events but has some performance impact.

    nativeClipboard?: boolean | Clipboard

    If provided the clipboard will sync with the native clipboard.

    Set to null or false to disable nativeClipboard.

    globalThis.navigator.clipboard