Can I Pass Dimensions Back to a Component / Dynamically Adjust Data Based on Dimension?

Short answer: Yes!

Somewhat longer and more useful answer: Yes, but you’ll need to create custom code to do so. You’ll want to convert the list of dimensions to a JSON.stringified object, save them in state with useEmbeddableState, and convert them back again for use in the .emb.ts file.

You can see an example pull request implementing this logic here: