Skip to main content
c
4d ago

Finding all text runs without prior knowledge of the names

Is there any way in which either from within the editor or in the runtime that the list of all text runs could be exposed as a list somehow. I wish to create a dashboard where I can link text runs with other variables in a generic way without having to track them explicitly.

1 reply
6h ago

It's very WiP, but we're working on an open-source tool that does this. It basically takes a .riv and outputs a JSON with all the artboards, text runs, etc. Here's the code if you want to give it a test: https://github.com/rive-app/rive-code-generator-wip/