Skip to content

WebviewerView.pushViewStackHistory method

WebviewerView › pushViewStackHistory

Unofficial

Push the current page to the view navigation history stack.

Signature:

pushViewStackHistory(e: unknown): void

Parameters:

Parameter Type Description
e unknown The history entry to push.

Returns: void