on-snip-modified (augments, and augmentable only) in mode:host-text-mixin
This method is called whenever a snip within the editor reports
that it has been modified (by calling its adminstrator's
modified method). The method arguments are the snip that reported a
modification-state change, and the snip's new modification state.
See also
set-modified.
(???senda-mode:host-text-mixinon-snip-modifiedorigsuper-callsnipmodified?
orig: ???
super-call: (??? -> ???)
snip: ??
modified?: ??If a surrogate is set, calls the surrogate with the arguments it was passed, plus
thisand a function that calls the super method.if a surrogate is not set, calls the super method and returns that result.