# FieldGroupState

# Interface: FieldGroupState\<TFieldGroupData\>

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

## Type Parameters

### TFieldGroupData

`TFieldGroupData`

## Properties

### values

```ts
values: TFieldGroupData;
```

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

The current values of the field group
