Class: Word
Defined in: | lib/Types/TextTypes.coffee |
Inherits: | types.ListManager |
Instance Method Summary
- # (void) insertText(position, content) inserts a
- # (void) deleteText(position, length) Creates a set of delete operations
- # (void) replaceText(text)
- # (void) val()
- # (void) setReplaceManager(op)
- # (void) toJson()
Constructor Details
#
(void)
constructor(uid, prev, next, origin)
Instance Method Details
#
(void)
insertText(position, content)
inserts a
#
(void)
deleteText(position, length)
Creates a set of delete operations
#
(void)
replaceText(text)
#
(void)
val()
#
(void)
setReplaceManager(op)
#
(void)
toJson()