# BaseFieldMeta

# Interface: BaseFieldMeta

Defined in: [FieldApi/FieldApi.public.ts:14](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi/FieldApi.public.ts#L14)

## Extended by

- [`FieldMeta`](FieldMeta.md)

## Properties

### isBlurred

```ts
isBlurred: boolean;
```

Defined in: [FieldApi/FieldApi.public.ts:17](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi/FieldApi.public.ts#L17)

***

### isDirty

```ts
isDirty: boolean;
```

Defined in: [FieldApi/FieldApi.public.ts:16](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi/FieldApi.public.ts#L16)

***

### isTouched

```ts
isTouched: boolean;
```

Defined in: [FieldApi/FieldApi.public.ts:15](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi/FieldApi.public.ts#L15)

***

### isValidating

```ts
isValidating: boolean;
```

Defined in: [FieldApi/FieldApi.public.ts:18](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldApi/FieldApi.public.ts#L18)
