Public Method Author API

backToActivityList()

Navigates back to the Activity list view from the Activity edit view or new Activity view.

You would want to use this method so that you can facilitate this navigation with your own custom "back" button, for example.

Examples

var navigationResult = authorApp.backToActivityList();
console.log(navigationResult);

Arguments

None.

Return value

boolean

Returns true if the navigation was successful, otherwise returns false.

Versioning

Version added: v2022.3.LTS

Related articles

  • The navigate method, which navigates the Author API to a specified location.
Was this article helpful?