Author API Methods
closeItemSettings()
Closes the Item settings view if it is open.
You would want to use this method so that you can close the settings view programmatically in our application, for example.
Examples
var closeResult = authorApp.closeItemSettings();
console.log(closeResult);
Arguments
None.
Return value
Type boolean
Returns true
when the view has been closed, otherwise returns false
.