MCPcopy Create free account
hub / github.com/editablejs/editable / DataTransferFormatData

Interface DataTransferFormatData

packages/editor/src/utils/data-transfer.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7} from './constants'
8
9interface DataTransferFormatData {
10 html: string
11 text: string
12 fragment: Descendant[]
13 files: File[]
14}
15
16/**
17 * Convert fragment to string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…