getTextRunValue

Get the text value for a text run named name.

Return

The text value of the run, or null if the run is not found.


fun getTextRunValue(name: String, path: String): String?

Get the text value for a text run named name on the nested artboard represented at path.

Return

The text value of the run, or null if the run is not found.