Class: Replaceable
| Defined in: | lib/Types/StructuredTypes.coffee | 
| Inherits: | types.Insert | 
Overview
The ReplaceManager manages Replaceables.
Instance Method Summary
- # (void) val()
 - # (void) replace(content)
 - # (void) execute()
 - # (void) _encode() Convert all relevant information of this operation to the json-format.
 
Constructor Details
      #
(void)
constructor(content, parent, uid, prev, next, origin)
      
    
Instance Method Details
      #
(void)
val()
      
    
      #
(void)
replace(content)
      
    
      #
(void)
execute()
      
    
      #
(void)
_encode()
      
    
Convert all relevant information of this operation to the json-format. This result can be send to other clients.