Constructor
new ve.dm.RebaseDocState()
#
DataModel rebase document state
DataModel rebase document state
Properties
history
#
Properties:
Name | Type | Description |
---|---|---|
history |
ve.dm.Change | History as one big change |
Methods
newAuthorData() → {ve.dm.RebaseDocState.AuthorData}static
#
Get new empty author data object
Returns:
New empty author data object
Get new empty author data object
Type Definitions
AuthorData
#
Type:
Properties:
Name | Type | Description |
---|---|---|
name |
string | |
color |
string | |
rejections |
number | Number of unacknowledged rejections |
continueBase |
ve.dm.Change
|
null
|
Continue base |
token |
string | Secret token for usurping sessions |
active |
boolean | Whether the author is active |