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

Function goBackAction

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

Source from the content-addressed store, hash-verified

266 | GoAction;
267
268function goBackAction(): GoAction {
269 return {
270 type: "GO",
271 direction: -1,
272 };
273}
274
275function goForwardAction(): GoAction {
276 return {

Callers 1

useColumnViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected