MCPcopy Index your code
hub / github.com/TanStack/table / getContext

Method getContext

packages/angular-table/src/flex-render.ts:266–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 const { inputs, outputs, injector } = flexRenderComponent.content
265
266 const getContext = () => this.props
267 const proxy = new Proxy(this.props, {
268 get: (_, key) => getContext()[key as keyof typeof _],
269 })

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