MCPcopy
hub / github.com/TanStack/router / isActive

Function isActive

packages/solid-router/src/link.tsx:627–629  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

625 if (typeof ch === 'function') {
626 return ch({
627 get isActive() {
628 return (linkProps as any)['data-status'] === 'active'
629 },
630 get isTransitioning() {
631 return (linkProps as any)['data-transitioning'] === 'transitioning'
632 },

Callers 3

resolvedActivePropsFunction · 0.85
resolvedInactivePropsFunction · 0.85
useLinkPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected