SuggestionData
interface
Properties
-
attributes : object
inheritedmodule:track-changes/trackchanges~SuggestionData#attributes
Custom suggestion attributes.
-
authorId : string
inheritedmodule:track-changes/trackchanges~SuggestionData#authorId
The ID of the author.
-
createdAt : null | Date
inheritedmodule:track-changes/trackchanges~SuggestionData#createdAt
Date when the suggestion was saved in the database.
-
data : null | SuggestionFormatData | SuggestionAttributeData | undefined
inheritedmodule:track-changes/trackchanges~SuggestionData#data
Additional suggestion data.
-
hasComments : boolean | undefined
inheritedmodule:track-changes/trackchanges~SuggestionData#hasComments
Informs whether suggestion has at least one comment.
-
id : string
inheritedmodule:track-changes/trackchanges~SuggestionData#id
Suggestion ID.
-
originalSuggestionId : null | string | undefined
module:track-changes/trackchanges~SuggestionData#originalSuggestionId
Original suggestion ID from which the current one was split.
-
type : string
inheritedmodule:track-changes/trackchanges~SuggestionData#type
Contains the information about the type and subtype of the suggestion.