MCPcopy
hub / github.com/FlowiseAI/Flowise / onChange

Function onChange

packages/ui/src/views/tools/index.jsx:63–67  ·  view source on GitHub ↗
(page, pageLimit)

Source from the content-addressed store, hash-verified

61 const [total, setTotal] = useState(0)
62
63 const onChange = (page, pageLimit) => {
64 setCurrentPage(page)
65 setPageLimit(pageLimit)
66 refresh(page, pageLimit)
67 }
68
69 const refresh = (page, limit) => {
70 const params = {

Callers 13

JsonInputFunction · 0.50
StubAsyncInputFunction · 0.50
SwitchInputFunction · 0.50
StateKeyValueInputFunction · 0.50
CredentialFieldFunction · 0.50
AsyncOptionsInputFunction · 0.50
AsyncOptionsDropdownFunction · 0.50

Calls 1

refreshFunction · 0.70

Tested by 1

StubAsyncInputFunction · 0.40