@coveo/headless
    Preparing search index...

    Interface InteractiveResultCore

    The InteractiveResultCore manages common functionality for interactive result controllers.

    interface InteractiveResultCore {
        beginDelayedSelect(): void;
        cancelPendingSelect(): void;
        select(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods