Author API Methods
closeAuthorAide()
Closes the Author Aide app and navigates back to the Item list page.
You would want to use this method to programmatically close the Author Aide app and return to the Item list in your application, for example.
Important This method can only be called when currently in the Author Aide app. If called from any other page, it will return false.
Examples
var closeResult = authorApp.closeAuthorAide();
console.log(closeResult);
Arguments
None.
Return value
Type boolean
Returns true when the Author Aide app has been closed successfully and navigation to the Item list page is completed. Returns false if not currently in the Author Aide app.