Home > @infiniteobjects/shopify-data-manager > AdminTypes > TranslatableContent
Translatable content of a resource’s field.
Signature:
export interface TranslatableContent
Property | Modifiers | Type | Description |
---|---|---|---|
digest? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Hash digest representation of the content value. | |
key | Scalars[‘String’][‘output’] | The resource field that’s being translated. | |
locale | Scalars[‘String’][‘output’] | Locale of the content. | |
type | LocalizableContentType | `${LocalizableContentType}` | Type of the translatable content. | |
value? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Content value. |