---
title: "CallbackFunction"
---
# CallbackFunction

Defined in: [src/types/types.d.ts:147](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L147)

## Type Parameters

| Type Parameter | Default type |
| ------ | ------ |
| `T` | `any` |

**CallbackFunction**(`this`, ...`args`): `any`

Defined in: [src/types/types.d.ts:148](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L148)

## Parameters

| Parameter | Type |
| ------ | ------ |
| `this` | `T` |
| ...`args` | `any`[] |

## Returns

`any`

### options?

`optional` **options?**: `unknown`

Defined in: [src/types/types.d.ts:152](https://github.com/xdan/jodit/blob/main/src/types/types.d.ts#L152)
