MCPcopy Index your code
hub / github.com/TanStack/router / resolvedInactiveProps

Function resolvedInactiveProps

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

Source from the content-addressed store, hash-verified

430 Solid.ComponentProps<'a'>,
431 'style'
432 > & { style?: Solid.JSX.CSSProperties } = () =>
433 isActive() ? {} : functionalUpdate(local.inactiveProps, {})
434
435 const resolvedClassName = () =>
436 [local.class, resolvedActiveProps().class, resolvedInactiveProps().class]

Callers 2

resolvedClassNameFunction · 0.85
resolvedStyleFunction · 0.85

Calls 2

functionalUpdateFunction · 0.90
isActiveFunction · 0.85

Tested by

no test coverage detected