Skip to main content
Version: 8.1

system.perspective.navigateBack

New in 8.1.5

This function is used in Python Scripting.

Description​

Navigate the session to a specified view or mounted page. This is similar to a browser's "back" function.

Syntax​

tip

This function accepts keyword arguments.

system.perspective.navigateBack([sessionId], [pageId])

Parameters​

TypeParameterDescription
StringsessionIdIdentifier of the Session to target. If omitted, the current Session will be used automatically. [optional]
StringpageIdIdentifier of the page to target. If omitted, the current page will be used automatically. [optional]

Returns​

Nothing

Scope​

Gateway, Perspective Session

note

This function will only work in the Gateway scope if both sessionId and pageId are supplied to the call.

Code Examples​

Code Snippet
system.perspective.navigateBack()

Keywords​

system perspective navigateBack, perspective.navigateBack