# InputFieldMapping

## Content

# Type Alias: InputFieldMapping

```ts
type InputFieldMapping = object;
```

Defines appearance, behavior, and validation settings for the input field inside the Form Filler dialog.

## Properties

### hidden?

```ts
optional hidden: boolean;
```

***

### nolabel?

```ts
optional nolabel: boolean;
```

***

### orderindex?

```ts
optional orderindex: number;
```

***

### rowcustomcss?

```ts
optional rowcustomcss: string;
```

***

### validator()?

```ts
optional validator: (fieldValue, field, args) => boolean | string;
```

#### Parameters

##### fieldValue

`string` | `string`[]

##### field

[`WidgetAnnotation`](../classes/WidgetAnnotation)

##### args

###### caller

`ValidationCallerType`

#### Returns

`boolean` \| `string`
