getSendDom method
Use this method to retrieve if DOM information is being sent for checkpoints.
Syntax
let configval = config.getSendDom();
config.sendDom = configval;
configval = config.sendDom;
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