Capabilities
Client Library
Color Theme Compliance (Beta)
UI Functions

t.arg(name, defaultValue)

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
2
var t = window.TrelloPowerUp.iframe();

return t.arg('myArg');

Rate this page: