# ParametersPanelSettings

## Content

# Interface: ParametersPanelSettings

Describes the settings for parameters panel.

## Properties

### location

```ts
location: "top" | "default";
```

Adjusts the position of the parameters panel.

#### Examples

```javascript
location: 'top'
```
Adjusts the opening mode of the parameters panel.

```javascript
open: 'always'
```

***

### open

```ts
open: "auto" | "always";
```
