---
url: https://gudhub.com/docs/gh-elements/close-element/
title: "Close Element\n                #"
description: "Close is a gh element that allows to close the view of the application. More precisely, it is an action button that deletes the form and returns for previous vi"
lang: uk
updated: 2026-09-08T15:48:25.719Z
---

# Close Element [#](https://gudhub.com/docs/gh-elements/close-element/#close-element)

**Close** is a gh-element that allows to close the view of the application. More precisely, it is an action button that deletes the form and returns for previous view. It is used to close items and even applications.

![Operation of the close element ](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/close-element.gif "Close element")

> If this element is not in use, the only way to close any view is to click the Back button in your browser.

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

The current element has one specific use case. Its purpose is to close application views.

![Using multiple closed elements](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/close-multiple.gif "Several close elements")

Usually, there is need to use more than one Close element in your application. Because it can be used an unlimited number of times in the same view.

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

All element options are contained in Field Settings. Namely, _close_ has only two options: Field Name and Name Space, that are standard for all gh-elements.

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

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

About style options of the close element you can read in [Setting Overview](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/), because they are standard. As for interpretation type, it describes [below](#interpretation).

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

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

The Close element is not filtered.

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

The close element has only one interpretation type called Default. Due to this the element is displayed as uneditable icon.

![Type of close interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/close-interpretation-types.jpg "Close interpretation type")

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

Element Close does not have a value.

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

This element has a pretty simple data model. There are only one property called _interpretation_.

Copy

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

| Name | Type | Description |
| :-- | :-- | :-- |
| interpretation | `array` | _contains all element interpretations_ |
