> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapSettingsProps

> The props the host renders a settings entry with.

The props the host renders a settings entry with.

## Properties

### values

```ts theme={null}
values: TapSettingsValues;
```

## Methods

### onChange()

```ts theme={null}
onChange(values): void;
```

Hands the values to the host, which merges them into the settings document
and validates them against the schema the manifest declares.

#### Parameters

##### values

[`TapSettingsValues`](/extensions/reference/frontend-api/TypeAlias.TapSettingsValues)

#### Returns

`void`
