MCPcopy Create free account
hub / github.com/experdot/pointer / EditorProps

Interface EditorProps

src/renderer/src/features/export/types.ts:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199export interface EditorProps {
200 content: string | Blob
201 format: FormatType
202 options: PreviewOptions
203 onChange: (newContent: string | Blob) => void
204}
205
206export interface EditorPlugin {
207 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected