Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Capabilities
Client Library
Color Theme Compliance (Beta)
UI Functions
Last updated Oct 3, 2025

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: