Public Method Author API

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

boolean

Returns true when the view has been closed, otherwise returns false.

Was this article helpful?