MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / getContext

Function getContext

src/components/config.ts:30–32  ·  view source on GitHub ↗
(parentContext: any, rootInstance: AppContainer)

Source from the content-addressed store, hash-verified

28export abstract class ComponentConfig {
29 abstract tagName: string;
30 getContext(parentContext: any, rootInstance: AppContainer) {
31 return {};
32 }
33 abstract shouldSetTextContent(nextProps: RNProps): boolean;
34 abstract createInstance(
35 newProps: RNProps,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected