Connected Component Link

Type: object

AttributeTypeDescription
typeundefined ("custom", "github", "gitlab", "bitbucket", "storybook" or "styleguidist")Type of the link
urlstringUrl of the link
namestring (Optional)Name for custom links

Example

{
  "type": "github",
  "url": "https://github.com/octocat/Hello-World/blob/master/README"
}
{
  "type": "custom",
  "name": "Confluence",
  "url": "https://example.atlassian.net/wiki/spaces/DS/pages"
}