Author API Methods
openAuthorAide()
Opens the Author Aide app from the Item list page.
You would want to use this method to programmatically open the Author Aide app in your application, for example.
Important This method can only be called when currently in the Item list page. If called from any other page, it will return false.
Examples
var openResult = authorApp.openAuthorAide();
console.log(openResult);
Arguments
None.
Return value
Type boolean
Returns true when the Author Aide app has been opened successfully from the Item list page. Returns false if not currently in the Item list page.