MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / sendActions

Function sendActions

packages/nativescript-inspector/src/index.ts:2425–2429  ·  view source on GitHub ↗
(target: any, event: number)

Source from the content-addressed store, hash-verified

2423}
2424
2425function sendActions(target: any, event: number): void {
2426 if (typeof target.sendActionsForControlEvents === "function") {
2427 target.sendActionsForControlEvents(event);
2428 }
2429}
2430
2431function scroll(
2432 target: any,

Callers 3

tapFunction · 0.85
setTextFunction · 0.85
setControlValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected