action property

String? action
getter/setter pair

The action that was performed on a Binding. Possible string values are:

  • "ACTION_UNSPECIFIED" : Unspecified.
  • "ADD" : Addition of a Binding.
  • "REMOVE" : Removal of a Binding.

Implementation

core.String? action;