MCPcopy Create free account
hub / github.com/PartPilotLab/PartPilot / ValueSearchRef

Interface ValueSearchRef

lib/components/search/ValueSearch.tsx:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71const operations = ["=", "<", ">", "<=", ">="];
72
73export interface ValueSearchRef {
74 getSearchParameters: () => { value: number | null; operation: string | null };
75 clear: () => void;
76}
77
78const ValueSearch = forwardRef<ValueSearchRef, ValueSearchProps>(
79 ({ valueType }, ref) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected