Edit documentation Edit document
GH-Elements

Close Element

Close is a gh-element that allows to close the view of the application. Namely, it is an action button that deletes the form and returns for previous view.

Functional Characteristics

This element is mandatory for every application. You can add the only one Close element in your application and then insert it into every view.

Value Format

Element Close does not have a value.

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

Element Style

About style options of the close element you can read in Setting Overview, because they are standard. As for interpretation type, it describes below.

Style of close element

Data Model

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

{
    "data_model": {
        "interpretation": []
    }
}
Name Type Description
interpretation array contains all element interpretations

Filtration

The Close element is not filtered.

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