MCPcopy Create free account
hub / github.com/TanStack/router / toggleExpanded

Function toggleExpanded

packages/router-devtools-core/src/Explorer.tsx:112–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}: ExplorerProps) {
111 const [expanded, setExpanded] = createSignal(Boolean(defaultExpanded))
112 const toggleExpanded = () => setExpanded((old) => !old)
113
114 const type = createMemo(() => typeof value())
115 const subEntries = createMemo(() => {

Callers 3

ExplorerFunction · 0.85
RscStreamLoaderComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected