Class: types.Array
Defined in: | lib/Types/TextTypes.coffee |
Inherits: | types.ListManager |
Direct Known Subclasses
Variables Summary
- type =
-
"Array"
Instance Method Summary
- # (void) applyDelete()
- # (void) cleanup()
- # (void) toJson(transform_to_value = false)
- # (void) val(pos)
- # (void) push(content)
- # (void) insertAfter(left, content, options)
- # (Array Type) insert(position, content, options) Inserts a string into the word.
- # (Array Type) delete(position, length) Deletes a part of the word.
- # (void) _encode() Private Encode this operation in such a way that it can be parsed by remote peers.
Instance Method Details
#
(void)
applyDelete()
#
(void)
cleanup()
#
(void)
toJson(transform_to_value = false)
#
(void)
val(pos)
#
(void)
push(content)
#
(void)
insertAfter(left, content, options)
#
(Array Type)
insert(position, content, options)
Inserts a string into the word.
#
(Array Type)
delete(position, length)
Deletes a part of the word.
#
(void)
_encode()
Private
Encode this operation in such a way that it can be parsed by remote peers.