MCPcopy
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

TableFunction · 0.80
TableComponentFunction · 0.80
TableFunction · 0.80
AppFunction · 0.80
AppFunction · 0.80
AppFunction · 0.80
TableBodyRowFunction · 0.80
AppFunction · 0.80
AppFunction · 0.80
AppFunction · 0.80
AppFunction · 0.80
TableFunction · 0.80

Calls

no outgoing calls

Tested by 3

TableFunction · 0.64
TableComponentFunction · 0.64
TableFunction · 0.64