This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Annotations API

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, and stickynote.

Return value

object | array[string]

Was this article helpful?