> ## 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.

# TapConfirmOptions

> What the host's confirmation dialog shows for tap.ui.confirm.

What the host's confirmation dialog shows for `tap.ui.confirm`.

## Properties

### body?

```ts theme={null}
optional body?: string;
```

***

### confirmLabel?

```ts theme={null}
optional confirmLabel?: string;
```

Labels the confirming button. The host labels it when this is left out.

***

### destructive?

```ts theme={null}
optional destructive?: boolean;
```

Draws the confirming button in the host's destructive styling.

***

### title

```ts theme={null}
title: string;
```
