Method WithInformationEvents
WithInformationEvents(bool)
Enables or disables information events for the DOM module.
public T WithInformationEvents(bool enableInformationEvents)
Parameters
enableInformationEvents
boolIf
true
, information events are enabled; otherwise, disabled.
Returns
- T
The builder instance for chaining.