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

Function interactionTargetField

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

Source from the content-addressed store, hash-verified

203}
204
205export function interactionTargetField(): CommandField<InteractionTargetInput> {
206 return optionalField(interactionTargetSchema(), (record, key) =>
207 record[key] === undefined ? undefined : readInteractionTarget(record, key),
208 );
209}
210
211export function elementTargetField(): CommandField<ElementTargetInput> {
212 return optionalField(elementTargetSchema(), (record, key) =>

Callers 1

metadata.tsFile · 0.90

Calls 3

optionalFieldFunction · 0.85
interactionTargetSchemaFunction · 0.85
readInteractionTargetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…