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