MCPcopy Create free account
hub / github.com/byte-fe/react-model / InnerContext

Interface InnerContext

src/index.d.ts:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98interface InnerContext<S = {}> extends BaseContext<S> {
99 // Actions with function type context will always invoke current component's reload.
100 // f -> function, o -> outer, c -> class, u -> useModel
101 type?: 'f' | 'o' | 'c' | 'u'
102 __hash?: string
103}
104
105type Context<S = {}> = InnerContext<S> & {
106 next: Function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…