# ParameterDescriptor

## Content

# Interface: ParameterDescriptor

Describes the parameter.

## Properties

### actualDefaultValues

```ts
actualDefaultValues: ParameterValue[];
```

***

### allowBlank

```ts
allowBlank: boolean;
```

***

### dataType

```ts
dataType: any;
```

***

### dateOnly

```ts
dateOnly: boolean;
```

***

### defaultValue

```ts
defaultValue: ParameterValue;
```

***

### dependsOn

```ts
dependsOn: string[];
```

***

### displayFormat

```ts
displayFormat: string;
```

***

### enableEmptyArray

```ts
enableEmptyArray: boolean;
```

***

### hidden

```ts
hidden: boolean;
```

***

### multiline

```ts
multiline: boolean;
```

***

### multiValue

```ts
multiValue: boolean;
```

***

### name

```ts
name: string;
```

***

### nullable

```ts
nullable: boolean;
```

***

### prompt

```ts
prompt: string;
```

***

### selectAllValue

```ts
selectAllValue: any;
```

***

### usedInQuery

```ts
usedInQuery: boolean;
```

***

### validValues

```ts
validValues: ParameterValue;
```
