Interface SmartSnippetDefinition

interface SmartSnippetDefinition {
    build(engine: SearchEngine<{}>): SmartSnippet;
}

Hierarchy (view full)

Methods

Methods