Interface CoreSmartSnippetQuestionsList

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

interface CoreSmartSnippetQuestionsList {
    state: CoreSmartSnippetQuestionsListState;
    collapse(identifier: string): void;
    expand(identifier: string): void;
    subscribe(listener: (() => void)): Unsubscribe;
}

Hierarchy (view full)

Methods

Properties

Methods

Properties

The state of the SmartSnippetQuestionsList controller.