getSaveDiffs method
Returns the value configured by setSaveDiffs.
Syntax
let configval = config.getSaveDiffs();
config.saveDiffs = configval;
configval = config.saveDiffs;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: boolean