MCPcopy Index your code
hub / github.com/FxEmbed/FxEmbed / BlockDataEntitySpan

Interface BlockDataEntitySpan

src/helpers/article.ts:40–44  ·  view source on GitHub ↗

Draft.js-style entity payloads in article block `data` (mentions, urls, hashtags, cashtags).

Source from the content-addressed store, hash-verified

38
39/** Draft.js-style entity payloads in article block `data` (mentions, urls, hashtags, cashtags). */
40interface BlockDataEntitySpan {
41 fromIndex: number;
42 toIndex: number;
43 text: string;
44}
45
46/**
47 * Collects all inline links (mentions, URLs, hashtags) from block data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected