Skip to content
This page is available as Markdown at /api/selectors/type-aliases/markstate.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

MarkState

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

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