> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/attributes/llms.txt)
> Source: https://docs.saleor.io/api-reference/attributes/objects/assigned-text-attribute

# AssignedTextAttribute Object

Represents text attribute.

Added in Saleor 3.22

```graphql
type AssignedTextAttribute implements AssignedAttribute {
  attribute: Attribute!
  value: JSON
  translation(languageCode: LanguageCodeEnum!): JSON
}
```

<a id="fields"></a>

### Fields

<a id="attribute"></a>

#### [`attribute`](#attribute) ● [`Attribute!`](/api-reference/attributes/objects/attribute.md)

Attribute assigned to an object.

<a id="value"></a>

#### [`value`](#value) ● [`JSON`](/api-reference/miscellaneous/scalars/json.md)

The assigned rich text content.

<a id="translation"></a>

#### [`translation`](#translation) ● [`JSON`](/api-reference/miscellaneous/scalars/json.md)

Translation of the rich text content in the specified language.

<a id="assigned-text-attribute-translation-language-code"></a>

##### [`languageCode`](#assigned-text-attribute-translation-language-code) ● [`LanguageCodeEnum!`](/api-reference/miscellaneous/enums/language-code-enum.md)

<a id="interfaces"></a>

### Interfaces

<a id="assignedattribute"></a>

#### [`AssignedAttribute`](/api-reference/attributes/interfaces/assigned-attribute.md)

Represents an attribute assigned to an object.

Added in Saleor 3.22
