When you create additional iframes, such as for attachment-sections, you can pass yourself arguments. Those arguments can be retrieved on that page once it is loaded via t.arg
like so:
1 2var t = window.TrelloPowerUp.iframe(); return t.arg('myArg');
Rate this page: