Contents
Types
A wrapper for a contenteditable HTML element, allowing the element's text content to be spliced – that is, modified using a TextSplice, without losing or misplacing a user's active selection range.
contenteditable
the HTML element to manage as splice-able text. Must be contenteditable.
some initial text to populate the element with
Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.10.0-edge.9 Source code licensed MIT. Privacy policy
A wrapper for a
contenteditable
HTML element, allowing the element's text content to be spliced – that is, modified using a TextSplice, without losing or misplacing a user's active selection range.