# FieldGroupFieldSlot

# Interface: FieldGroupFieldSlot\<TValue, TMode\>

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

## Type Parameters

### TValue

`TValue`

### TMode

`TMode` *extends* [`FieldGroupFieldSlotMode`](../type-aliases/FieldGroupFieldSlotMode.md) = [`FieldGroupFieldSlotMode`](../type-aliases/FieldGroupFieldSlotMode.md)

## Properties

### \[fieldGroupFieldSlotValueSymbol\]

```ts
readonly [fieldGroupFieldSlotValueSymbol]: TValue;
```

Defined in: [packages/react-form/src/FieldGroup/withFields.public.ts:22](https://github.com/TanStack/form/blob/main/packages/react-form/src/FieldGroup/withFields.public.ts#L22)

***

### mode

```ts
readonly mode: TMode;
```

Defined in: [packages/react-form/src/FieldGroup/withFields.public.ts:21](https://github.com/TanStack/form/blob/main/packages/react-form/src/FieldGroup/withFields.public.ts#L21)
