WebviewerView.pushViewStackHistory method
WebviewerView › pushViewStackHistory
Unofficial
Push the current page to the view navigation history stack.Signature:
pushViewStackHistory(e: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The history entry to push. |
Returns: void