splitText
Description
The splitText of Text for JS splits data at the given offset and returns the remainder as Text node.
Syntax
text.splitText(offset)
Parameters
offset
A non-negative integer.
The splitText of Text for JS splits data at the given offset and returns the remainder as Text node.
text.splitText(offset)
A non-negative integer.