after-change-style (augments, and augmentable only) in mode:host-text-mixin
Called after the style is changed for a given range
(and after the display is refreshed; use
on-change-style and
begin-edit-sequence to avoid extra refreshes when
after-change-style modifies the editor).
See also
can-change-style? and
on-edit-sequence.
No internals locks are set when this method is called.
(???senda-mode:host-text-mixinafter-change-styleorigsuper-callstartlen
orig: ???
super-call: (??? -> ???)
start: ??
len: ??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.