Framework overview
Building blocks
Security for Connect apps
Modules
JavaScript API
Last updated Oct 1, 2025

Ending Connect support

Have an existing Connect app? You can incrementally migrate it to Forge.

Portal icon

The portal icon module is an icon that will be rendered next to the action. If the URL is relative it will be resolved against app's baseUrl. If none provided a default one will be rendered. Icon should follow this guideline: monochromatic with #333333 color and transparent background, 16 x 16 pixel in size.

Sample JSON

1
2
{
  ...
  "icon": {
    "url": "/img/send_mail.png"
  }
}

Properties

url

  • Type: string
  • Required: yes
  • Description: Path to the icon image. If path is relative, it will be resolved against app's base URL.

Rate this page: