Class: ImmutableObject
Defined in: | lib/Types/BasicTypes.coffee |
Inherits: | Insert |
Overview
Defines an object that is cannot be changed. You can use this to set an immutable string, or a number.
Instance Method Summary
- # (String) val()
- # (void) _encode() Encode this operation in such a way that it can be parsed by remote peers.
Inherited Method Summary
Methods inherited from
Insert
#applyDelete #isDeleted #getDistanceToOrigin #update_sl #execute #getUid #saveOperation #validateSavedOperations
Constructor Details
#
(void)
constructor(uid, content, prev, next, origin)
Instance Method Details
#
(String)
val()
#
(void)
_encode()
Encode this operation in such a way that it can be parsed by remote peers.