positionType property

String? positionType
getter/setter pair

Popup window position either centered or at specific coordinate. Possible string values are:

  • "CENTER"
  • "COORDINATES"

Implementation

core.String? positionType;