Namespace ops
The editing operations
Defined in: runtime.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
ops.Canvas()
|
<static> |
ops.Document()
A document that keeps all data related to the mapped document.
|
<static> |
ops.Operation()
An operation that can be performed on a document.
|
<static> |
ops.OperationRouter()
|
Method Detail
<static>
ops.Canvas()
Defined in: Canvas.js.
<static>
ops.Document()
A document that keeps all data related to the mapped document.
Defined in: Document.js.
Defined in: Document.js.
<static>
ops.Operation()
An operation that can be performed on a document.
Defined in: Operation.js.
Defined in: Operation.js.
<static>
ops.OperationRouter()
Defined in: OperationRouter.js.