can-change-style? (augments, and augmentable only) in mode:host-text-mixin
Called before the style is changed in a given range of the
editor. If the return value is #f, then the
style change will be aborted.
The editor is internally locked for writing during a call to this method
(see also Locks). Use
after-change-style to modify the editor, if necessary.
See also
on-change-style,
after-change-style, and
on-edit-sequence.
(???senda-mode:host-text-mixincan-change-style?origsuper-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.