Home > @infiniteobjects/shopify-data-manager > AdminTypes > Link
A link to direct users to.
Signature:
export interface Link extends HasPublishedTranslations
Extends: HasPublishedTranslations
| Property | Modifiers | Type | Description |
|---|---|---|---|
| label | Scalars[‘String’][‘output’] | A context-sensitive label for the link. | |
| translations | Array<Translation> | The translations associated with the resource. | |
| url | Scalars[‘URL’][‘output’] | The URL that the link visits. |