@coveo/headless
    Preparing search index...

    Interface SmartSnippetOptions

    interface SmartSnippetOptions {
        selectionDelay?: number;
    }
    Index

    Properties

    Properties

    selectionDelay?: number

    The amount of time in milliseconds to wait before selecting the source or inline links after calling beginDelayedSelectSource or beginDelayedSelectInlineLink.

    1000