MCPcopy
hub / github.com/marktext/marktext / IState

Interface IState

packages/muya/src/ui/imageEditTool/index.ts:18–25  ·  view source on GitHub ↗

* Image state interface containing source, alt text and title

Source from the content-addressed store, hash-verified

16 * Image state interface containing source, alt text and title
17 */
18interface IState {
19 /** Image source URL or file path */
20 src: string;
21 /** Image alternative text */
22 alt: string;
23 /** Image title */
24 title: string;
25}
26
27/**
28 * Image edit tool options

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected