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

Interface DeserializeHtmlOptions

packages/editor/src/plugin/editable.ts:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118export interface DeserializeHtmlOptions {
119 node: DOMNode
120 attributes?: Record<string, any>
121 markAttributes?: Record<string, any>
122 stripBreak?: true | ((text: string) => boolean)
123}
124
125export interface SelectWordOptions {
126 at?: Range

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…