Y.Text snapshot support (toDelta)

This commit is contained in:
Kevin Jahns
2019-08-31 22:42:18 +02:00
parent e78d84ee59
commit 8bcff6138c
5 changed files with 153 additions and 38 deletions

View File

@@ -90,6 +90,11 @@ export class Transaction {
* @type {any}
*/
this.origin = origin
/**
* Stores meta information on the transaction
* @type {Map<any,any>}
*/
this.meta = new Map()
}
}