MCPcopy Index your code
hub / github.com/callstack/agent-device / elementTargetSchema

Function elementTargetSchema

src/commands/command-input.ts:640–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638}
639
640function elementTargetSchema(): JsonSchema {
641 return {
642 oneOf: elementTargetSchemaVariants(),
643 description: 'UI element target by snapshot ref or selector expression.',
644 };
645}
646
647function elementTargetSchemaVariants(): JsonSchema[] {
648 return [

Callers 1

elementTargetFieldFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…