# BlockType

**Kind:** Type

**Source:** [`atloria-monorepo/packages/editor/src/plugins/core/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/core/index.ts#L103)

The type of the block that the current selection is in.

## Definition

```ts
'paragraph' | 'quote' | HeadingTagType | ''
```
