---
url: https://gudhub.com/docs/gh-elements/signature/
title: "Signature\n                #"
description: "Signature is a gh element that allows to sign the item or application. It provides the space where user can write his signature. This element is used to sign do"
lang: uk
updated: 2026-09-11T17:55:57.339Z
---

# Signature [#](https://gudhub.com/docs/gh-elements/signature/#signature)

**Signature** is a gh-element that allows to sign the item or application. It provides the space where user can write his signature.

## Functional Characteristics [#](https://gudhub.com/docs/gh-elements/signature/#functional-characteristics)

This element is used to sign documents immediately in application. Use it to get digital signature.

## Value Format [#](https://gudhub.com/docs/gh-elements/signature/#value-format)

Every signature is saved in the separated file. Exactly the ID of that file is a value of the field.

Copy

```json
{
    "field_value": "941185"
}
```

## Element Options [#](https://gudhub.com/docs/gh-elements/signature/#element-options)

Signature does not have any additional options. It can be configure using only [standard field settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/).

![Settings of signature field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/signature-field-settings.jpg "Signature field settings")

## Element Style [#](https://gudhub.com/docs/gh-elements/signature/#element-style)

The signature as lots of other elements has a standard set of [style settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/). As for interpretation, its types are described in [the last chapter](#interpretation).

![Style of signature element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/signature-element-style.jpg "Signature element style")

## Data Model [#](https://gudhub.com/docs/gh-elements/signature/#data-model)

The element data model is quite simple:

Copy

```json
{
    "data_model": {
        "interpretation": []
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| interpretation | `array` | _contains all interpretation types and their properties_ |

## Filtration [#](https://gudhub.com/docs/gh-elements/signature/#filtration)

With [Value](https://gudhub.com/docs/core-api/filter/value/) you can filter items by whether they are signed or not.

## Interpretation [#](https://gudhub.com/docs/gh-elements/signature/#interpretation)

Almost all item interpretations allow you to enter and save the user's signature. They differ only in size.

![Types of signature interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/signature-interpretation-types.jpg "Signature interpretation types")

### Default 128x128 [#](https://gudhub.com/docs/gh-elements/signature/#default-128x128)

Displays the signature as a 128x128 image.

### Default 64x64 [#](https://gudhub.com/docs/gh-elements/signature/#default-64x64)

This type allows the element to be displayed as a 64x64 image.

### Default 256x256 [#](https://gudhub.com/docs/gh-elements/signature/#default-256x256)

Due to this type the element is displayed as a 256x256 image.

### Default 512x512 [#](https://gudhub.com/docs/gh-elements/signature/#default-512x512)

The current interpretation type allows to display the item as a 512x512 image.

### Plain Text [#](https://gudhub.com/docs/gh-elements/signature/#plain-text)

This type displays the signature as an icon.

### Value [#](https://gudhub.com/docs/gh-elements/signature/#value)

The last interpretation type displays the value of the current gh-element.
