implemented logTable method on data stores
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import ItemString from '../Struct/ItemString.js'
|
||||
import YArray from './YArray.js'
|
||||
import { logID } from '../MessageHandler/messageToString.js'
|
||||
|
||||
export default class YText extends YArray {
|
||||
constructor (string) {
|
||||
@@ -50,4 +51,7 @@ export default class YText extends YArray {
|
||||
item._integrate(this._y)
|
||||
})
|
||||
}
|
||||
_logString () {
|
||||
return `YText(id:${logID(this._id)},start:${logID(this._start)},left:${logID(this._left)},origin:${logID(this._origin)},right:${logID(this._right)},parent:${logID(this._parent)},parentSub:${logID(this._parentSub)})`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user