MCPcopy Index your code
hub / github.com/OpenNative/open-native / NativeScriptWebViewBaseInterface

Interface NativeScriptWebViewBaseInterface

packages/webview/common.ts:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67interface NativeScriptWebViewBaseInterface {
68 prototype: View & WebViewProperties & WebViewCommands;
69 new (): View & WebViewProperties & WebViewCommands;
70}
71
72export const NativeScriptWebViewCommon = requireNativeComponent('RNCWebView') as NativeScriptWebViewBaseInterface;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected