RevisionData
interface
Properties
-
attributes : Record<string, unknown> | undefined
module:revision-history/revision~RevisionData#attributes
-
authors : Array<User> | undefined
module:revision-history/revision~RevisionData#authors
-
authorsIds : Array<string> | undefined
module:revision-history/revision~RevisionData#authorsIds
-
createdAt : Date | undefined
module:revision-history/revision~RevisionData#createdAt
-
creator : null | User | undefined
module:revision-history/revision~RevisionData#creator
-
creatorId : null | string | undefined
module:revision-history/revision~RevisionData#creatorId
-
data : any | undefined
module:revision-history/revision~RevisionData#data
-
diffData : any | undefined
module:revision-history/revision~RevisionData#diffData
-
fromVersion : number | undefined
module:revision-history/revision~RevisionData#fromVersion
-
id : string | undefined
module:revision-history/revision~RevisionData#id
-
isEmptyCurrent : boolean | undefined
module:revision-history/revision~RevisionData#isEmptyCurrent
-
name : null | string | undefined
module:revision-history/revision~RevisionData#name
-
toVersion : number | undefined
module:revision-history/revision~RevisionData#toVersion