Part of canonical.launchpad.webapp.interfaces View In Hierarchy
Known subclasses: canonical.launchpad.webapp.interfaces.ILink
Known implementations: canonical.launchpad.webapp.menu.LinkData
Attribute | target | The place this link should link to. This may be a path relative to the context of the menu this link appears in, or an absolute path, or an absolute URL. |
Attribute | text | The text of this link, as appears underlined on a page. |
Attribute | summary | The summary text of this link, as appears as a tooltip on the link. |
Attribute | icon | The name of the icon to use. |
Attribute | enabled | Boolean to say whether this link is enabled. |
Attribute | site | The name of the site this link is to, or None for the current site. |
Attribute | menu | The INavigationMenu associated with the page this link points to. |
Attribute | sort_key | The sort key to use when rendering it with a group of links. |