MCPcopy Create free account
hub / github.com/ReactVision/viro / rvGetProject

Method rvGetProject

components/Studio/VRTStudioModule.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9interface StudioNativeModule {
10 rvGetScene(sceneId: string): Promise<StudioModuleResult>;
11 rvGetProject(): Promise<StudioModuleResult>;
12 rvGetProjectId(): Promise<string | null>;
13 rvStudioApiRequest(bodyJson: string): Promise<StudioModuleResult>;
14}

Callers 5

VRTStudioModule.tsFile · 0.65
StudioSceneNavigatorFunction · 0.65
executeMethod · 0.65
rvGetProjectMethod · 0.65

Implementers 1

VRTStudioModuleandroid/viro_bridge/src/main/java/com/

Calls

no outgoing calls

Tested by

no test coverage detected