newValue

The new value being assigned to the flag.

This will be:

  • The string representation of the new value being set

  • null if the flag is being removed/deleted (unset operation)

This property represents the target state that the flag will have after this event is processed, assuming no event listeners cancel the operation (if this event is cancellable in future implementations).

Since

1.0.0