MCPcopy Create free account
hub / github.com/adobe/react-spectrum / navigate

Function navigate

packages/react-aria/src/landmark/useLandmark.ts:509–511  ·  view source on GitHub ↗
(direction, opts)

Source from the content-addressed store, hash-verified

507 // Return a wrapper that proxies requests to the current controller instance.
508 return {
509 navigate(direction, opts) {
510 return controller!.navigate(direction, opts);
511 },
512 focusNext(opts) {
513 return controller!.focusNext(opts);
514 },

Callers 1

RouterProviderFunction · 0.50

Calls 1

navigateMethod · 0.65

Tested by

no test coverage detected