# JsonGui.isHidden

Gets the visibility of the gui.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
jsonGui:isHidden(  )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/JsonGui.md#ishidden)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [JsonGui](../Game-Script-Environment/Userdata/JsonGui.md) | The gui. |

**Returns:**

| Name | Type | Description |
| --- | --- | --- |
| `hidden` | boolean | True if the gui is hidden. |
