Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/table
/ getContext
Method
getContext
packages/angular-table/src/flex-render.ts:259–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
const
{ inputs, outputs, injector } = flexRenderComponent.content
258
259
const
getContext = () => this.props
260
const
proxy =
new
Proxy(this.props, {
261
get: (_, key) => getContext()[key as keyof typeof _],
262
})
Callers
15
Table
Function · 0.80
TableComponent
Function · 0.80
Table
Function · 0.80
App
Function · 0.80
App
Function · 0.80
App
Function · 0.80
TableBodyRow
Function · 0.80
App
Function · 0.80
App
Function · 0.80
App
Function · 0.80
App
Function · 0.80
Table
Function · 0.80
Calls
no outgoing calls
Tested by
3
Table
Function · 0.64
TableComponent
Function · 0.64
Table
Function · 0.64