@coveo/headless
    Preparing search index...

    Interface Subscribable

    interface Subscribable {
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods