ReadonlyvalueThe value of this effect.
StaticappendAppend extensions to the top-level configuration of the editor.
StaticreconfigureThis effect can be used to reconfigure the root extensions of the editor. Doing this will discard any extensions appended, but does not reset the content of reconfigured compartments.
Tells you whether this effect object is of a given type.
Map this effect through a position mapping. Will return
undefined when that ends up deleting the effect.
StaticdefineDefine a new effect type. The type parameter indicates the type
of values that his effect holds. It should be a type that
doesn't include undefined, since that is used in
mapping to indicate that an effect is
removed.
Optionalspec: StateEffectSpec<Value>StaticmapMap an array of effects through a change set.
State effects can be used to represent additional effects associated with a transaction. They are often useful to model changes to custom state fields, when those changes aren't implicit in document or selection changes.