Accessing Pipes' Props With Scripting

Is it possible to access pipes with scripting?
For example:
to get the text from 'Text Field 1' something like what follows would work.
(Obviously depend on the hierarchy as well)

self.getSibling(Text Field 1`).props.text

I don't see a way to do that for pipes, is it even possible?