---
title: "ICommandType"
---
# ICommandType

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

## Type Parameters

| Type Parameter |
| ------ |
| `T` |
| `C` *extends* `string` |

### exec

**exec**: [`ExecCommandCallback`](../modules/types.html#execcommandcallback)\<`T`, `C`\>

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

***

### hotkeys?

`optional` **hotkeys?**: `string` \| `string`[]

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