# ConfirmableContext

`interface` in `seedcord` · v0.11.0

<https://docs.seedcord.org/packages/seedcord/0.11.0/interfaces/confirmable-context>

Context object supplied to Confirmable factory callbacks.

```ts
interface ConfirmableContext
```

## Properties

### handler

```ts
handler: RepliableInteractionHandler;
```

Handler instance that owns the decorated method.

### interaction

```ts
interaction: Repliables;
```

Interaction that triggered the decorated handler.

### question

```ts
question: string;
```

Resolved confirmation question shown to the user.
