---
title: "IStyleTransactionValue"
---
# IStyleTransactionValue

Defined in: [src/core/selection/style/transactions.ts:54](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L54)

### next

**next**: `"START"` \| `"ELEMENT"` \| `"UNWRAP"` \| `"UNWRAP_CHILDREN"` \| `"CHANGE"` \| `"REPLACE_DEFAULT"` \| `"LIST"` \| `"TOGGLE_LIST"` \| `"WRAP"` \| `"EXTRACT"` \| `"END"`

Defined in: [src/core/selection/style/transactions.ts:55](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L55)

***

### element

**element**: [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement)

Defined in: [src/core/selection/style/transactions.ts:56](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L56)

***

### style

**style**: [`ICommitStyle`](./types.ICommitStyle.html)

Defined in: [src/core/selection/style/transactions.ts:57](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L57)

***

### jodit

**jodit**: [`IJodit`](./types.IJodit.html)

Defined in: [src/core/selection/style/transactions.ts:58](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L58)

***

### mode

**mode**: [`CommitMode`](../modules/types.html#commitmode)

Defined in: [src/core/selection/style/transactions.ts:59](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L59)

***

### collapsed

**collapsed**: `boolean`

Defined in: [src/core/selection/style/transactions.ts:60](https://github.com/xdan/jodit/blob/main/src/core/selection/style/transactions.ts#L60)
