PropsMutationEvent extension
Properties
- attrChange → int
-
Available on MutationEvent, provided by the PropsMutationEvent extension
no setter - attrName → String
-
Available on MutationEvent, provided by the PropsMutationEvent extension
no setter - newValue → String
-
Available on MutationEvent, provided by the PropsMutationEvent extension
no setter - prevValue → String
-
Available on MutationEvent, provided by the PropsMutationEvent extension
no setter -
Available on MutationEvent, provided by the PropsMutationEvent extension
no setter
Methods
-
initMutationEvent(
String typeArg, [bool? bubblesArg = false, bool? cancelableArg = false, String? prevValueArg = '', String? newValueArg = '', String? attrNameArg = '', int? attrChangeArg = 0]) → void -
Available on MutationEvent, provided by the PropsMutationEvent extension