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

Interface ExportEditorContext

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

Source from the content-addressed store, hash-verified

284// ==================== Export Editor Props ====================
285
286export interface ExportEditorContext {
287 sourceType?: SourceType
288 pageId?: string
289 messageIds?: string[]
290 text?: string
291 code?: string
292 language?: string
293 table?: string
294}
295
296export interface ExportEditorProps {
297 context?: ExportEditorContext

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected