# FieldGroupState

# Interface: FieldGroupState\<TFieldGroupData\>

Defined in: [packages/form-core/src/FieldGroupApi.ts:40](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldGroupApi.ts#L40)

## Type Parameters

### TFieldGroupData

`TFieldGroupData`

## Properties

### values

```ts
values: TFieldGroupData;
```

Defined in: [packages/form-core/src/FieldGroupApi.ts:44](https://github.com/TanStack/form/blob/main/packages/form-core/src/FieldGroupApi.ts#L44)

The current values of the field group
