interface SearchBoxDefinition {
    build(engine: SearchEngine): SearchBox;
}

Hierarchy (View Summary)

Methods

Methods