---
url: https://gudhub.com/docs/gh-elements/sharing-element/
title: "Sharing Element\n                #"
description: "Sharing is a gh element that allows to share the application with other users. Also, it allows to manage the access of added users. There are five types of acce"
lang: uk
updated: 2026-09-08T15:58:04.568Z
---

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

**Sharing** is a gh-element that allows to share the application with other users. Also, it allows to manage the access of added users. There are five types of access:

-   Blocked - allows you to block access to a specific user to an application
-   Read - allows user to only view the application and do not edit it or add items.
-   Read&Write - this access allows to edit application data, add new items, but not to configure the application.
-   Admin - access to configure the application. But it does not allows to share the current application
-   Owner - access of the application creator. For owner all settings are available.

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

This item is only used to share any application with GudHub users and manage their permissions for that application.

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

This element does not save any value in its field.

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

The sharing element does not have any extra settings besides standard [field settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/).

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

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

You may have seen all of style option before in other element articles or in [Setting Overview](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/). The element interpretation consists of three types which described in [the end of the article](#interpretation).

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

### General Settings [#](https://gudhub.com/docs/gh-elements/sharing-element/#general-settings)

There is the only additional style option.

![General settings of sharing style](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/sharing-general-settings.jpg "Sharing general settings")

| Name | Description |
| :-- | :-- |
| Show button name | allows to display the button name |

#### **Show Button Name** [#](https://gudhub.com/docs/gh-elements/sharing-element/#show-button-name)

This is a style of the gh-element that allows you to display the name of the button or hide it.

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

The sharing data model is very small and contains only an array of interpretation settings.

Copy

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

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

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

Since this item provides access to the entire application, it cannot be filtered out by any filter.

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

Sharing is a button, and accordingly it has the same interpretations as the others.

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

### Default [#](https://gudhub.com/docs/gh-elements/sharing-element/#default)

This type allows the element to be displayed as an icon with element name next to it.

### Icon [#](https://gudhub.com/docs/gh-elements/sharing-element/#icon)

Due to this type, the sharing appears as an icon with the name of the button below.

### Button [#](https://gudhub.com/docs/gh-elements/sharing-element/#button)

The last type of interpretation allows you to display the current element as a blue button with its name.
