FavoriteProvider interface
Exposes a provider of favorites.
- Extends
artifact |
Favorite artifact type |
artifact |
URI for retrieving favorite artifacts |
client |
contributed client side service that is available for this provider to provide dynamic associated data. |
contribution |
Contribution Id |
icon |
Css class to be applied to the icon for the artifact. |
icon |
Name of the fabric icon to be applied for the artifact |
order | Group of favorites will be rendered in this order, 0 is top If 2 types share order, they will be coalesced into a single group |
plural |
Name used for rendering the title of each group of favorites |
service |
Service identifier of the service. |
service |
Base URI of the service |
Favorite artifact type
artifactType: string
Property Value
string
URI for retrieving favorite artifacts
artifactUri: string
Property Value
string
contributed client side service that is available for this provider to provide dynamic associated data.
clientServiceIdentifier: string
Property Value
string
Contribution Id
contributionId: string
Property Value
string
Css class to be applied to the icon for the artifact.
iconClass: string
Property Value
string
Name of the fabric icon to be applied for the artifact
iconName: string
Property Value
string
Group of favorites will be rendered in this order, 0 is top If 2 types share order, they will be coalesced into a single group
order: number
Property Value
number
Name used for rendering the title of each group of favorites
pluralName: string
Property Value
string
Service identifier of the service.
serviceIdentifier: string
Property Value
string
Base URI of the service
serviceUri: string
Property Value
string