@coveo/headless
    Preparing search index...

    Interface SmartSnippetQuestionsList

    The insight SmartSnippetQuestionsList controller allows to manage additional queries for which a SmartSnippet model can provide relevant excerpts.

    interface SmartSnippetQuestionsList {
        state: SmartSnippetQuestionsListState;
        beginDelayedSelectInlineLink(identifier: string, link: InlineLink): void;
        beginDelayedSelectSource(identifier: string): void;
        cancelPendingSelectInlineLink(identifier: string, link: InlineLink): void;
        cancelPendingSelectSource(identifier: string): void;
        collapse(identifier: string): void;
        expand(identifier: string): void;
        selectInlineLink(identifier: string, link: InlineLink): void;
        selectSource(identifier: string): void;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    The state of the SmartSnippetQuestionsList controller.