targetType property

String? targetType
getter/setter pair

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

  • "TARGET_BLANK"
  • "TARGET_TOP"
  • "TARGET_SELF"
  • "TARGET_PARENT"
  • "TARGET_POPUP"

Implementation

core.String? targetType;