positionOption property

String? positionOption
getter/setter pair

Position in the browser where the window will open. Possible string values are:

  • "CENTERED" : Center of the window Corresponds to "center" in UI
  • "DISTANCE_FROM_TOP_LEFT_CORNER" : user-defined distance from top left-hand corner of the window Corresponds to "top-left" in UI

Implementation

core.String? positionOption;