interface ContextDefinition {
    buildWithProps(engine: SearchEngine, props?: ContextProps): Context;
}

Hierarchy (View Summary)

Methods