MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / goToNextSibling

Function goToNextSibling

app/useColumnView/index.ts:320–324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318}
319
320function goToNextSibling(): MoveSelectedNodeAction {
321 return {
322 type: "MOVE_DOWN",
323 };
324}
325
326export type ColumnViewStateReducerHook = (
327 state: ColumnViewState,

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected