Searched refs:QueryController (Results 1 – 3 of 3) sorted by relevance
141 class QueryController { class145 render: (state: QueryController) => void;149 constructor(render: (state: QueryController) => void) {263 function render(root: Element, controller: QueryController) {317 new QueryController(ctrl => render(root, ctrl));
29 export class QueryController extends Controller<'init'|'querying'> { class62 QueryController.firstN<Row>(10000, rawQueryResultIter(rawResult));
42 import {QueryController, QueryControllerArgs} from './query_controller';118 childControllers.push(Child(queryId, QueryController, queryArgs));