SuggestionFormatData
 typedef
Command parameters and additional suggestion parameters. Passed value is also saved in Suggestion#data property.
Properties
[i: string] : unknownmodule:track-changes/trackchangesediting~SuggestionFormatData#__index[0]commandName : stringmodule:track-changes/trackchangesediting~SuggestionFormatData#commandNameName of the command to execute when the suggestion is accepted.
commandParams : Array<any>module:track-changes/trackchangesediting~SuggestionFormatData#commandParamsParameters with which the command should be executed.
formatGroupId : string | undefinedmodule:track-changes/trackchangesediting~SuggestionFormatData#formatGroupIdAdditional grouping parameter for suggestions. If a suggestion would be set on an element which already has a different suggestion with the same
formatGroupId, the new suggestion will overwrite the old one (the old one will be removed). Defaults tocommandNameparameter, so different suggestions of the same command overwrite each other. Using this parameter you might expand this behavior so that multiple commands overwrite each other.multipleBlocks : boolean | undefinedmodule:track-changes/trackchangesediting~SuggestionFormatData#multipleBlocksTrue when format suggestion uses ranges.