Method WithHistory
WithHistory(bool)
Enables or disables history storage for DOM instances.
public T WithHistory(bool enableHistory)
Parameters
enableHistory
boolIf
true
, history storage is enabled asynchronously; otherwise, it is disabled.
Returns
- T
The builder instance for chaining.