Annotations API Methods
module()
Returns the specified module with facade object, or if no module is specified, returns an array of all the modules that have been enabled, for example ["notepad", "stickynote"].
Examples
itemsApp.assessApp().annotationsApp().module('drawing');
Arguments
-
moduleName string
Available moduleName values are:
drawing,notepad,texthighlight, andstickynote.
Return value
Type object | array[string]