IHistoryControl

Interface defining control methods for configuring history behavior.

useHistoryCallbacks: (Callbacks: Partial<IHistoryInstanceCallbacks>) => void

Configures lifecycle callbacks for history instances.

useHistoryAdapter: (Ctor: THistoryInstanceCtor) => void

Sets a custom history instance constructor for the adapter.