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:

ParameterTypeDescription
eunknownThe history entry to push.

Returns: void