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

resize()

Resizes the notepad window to the dimensions specified.

Examples

itemsApp.assessApp().annotationsApp().module('notepad').resize(200, 200);

Arguments

  • width number
  • height number

Return value

None (undefined).

Was this article helpful?