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

# MarkState

> **MarkState** = \{ `marks`: `string`[]; `state`: `"unchanged"`; \} \| \{ `marks`: `string`[]; `previousMarks`: `string`[]; `state`: `"changed"`; \}

Defined in: selector.get-mark-state.ts:16

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::