> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# AddedAnnotationPaths

> **AddedAnnotationPaths** = `object`

Defined in: packages/editor/src/types/editor.ts:35

## Properties

### ~~markDefPath~~

> **markDefPath**: [`Path`](/api/editor/type-aliases/path/)

Defined in: packages/editor/src/types/editor.ts:40

:::caution[Deprecated]
An annotation may be applied to multiple blocks, resulting
in multiple `markDef`'s being created. Use `markDefPaths` instead.
:::

***

### markDefPaths

> **markDefPaths**: [`Path`](/api/editor/type-aliases/path/)[]

Defined in: packages/editor/src/types/editor.ts:41

***

### ~~spanPath~~

> **spanPath**: [`Path`](/api/editor/type-aliases/path/)

Defined in: packages/editor/src/types/editor.ts:47

:::caution[Deprecated]
Does not return anything meaningful since an annotation
can span multiple blocks and spans. If references the span closest
to the focus point of the selection.
:::