MCPcopy Index your code
hub / github.com/appbaseio/reactivesearch / CommonProps

Interface CommonProps

packages/web/src/index.d.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import getServerState from './server';
5
6export interface CommonProps {
7 componentId: string;
8 compoundClause: "filter" | "must";
9 URLParams?: boolean;
10 className?: string;
11 onQueryChange?: (...args: any[]) => any;
12 onValueChange?: (...args: any[]) => any;
13 beforeValueChange?: (...args: any[]) => any;
14 style?: types.style;
15}
16
17export { default as NumberBox } from './components/basic/NumberBox';
18export { default as ReactiveBase } from './components/basic/ReactiveBase';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected