targetType property

String? targetType
getter/setter pair

Target type used by the event. Possible string values are:

  • "TARGET_BLANK" : New tab
  • "TARGET_TOP" : Current tab
  • "TARGET_SELF" : Same frame
  • "TARGET_PARENT" : Parent frame
  • "TARGET_POPUP" : New window with properties specified in window_properties

Implementation

core.String? targetType;