Companion

object Companion

Properties

Link copied to clipboard

Append extensions to the top-level configuration of the editor.

Link copied to clipboard

This effect can be used to reconfigure the root extensions of the editor.

Functions

Link copied to clipboard
fun <Value> define(map: (Value, ChangeDesc) -> Value?? = null): StateEffectType<Value>

Define a new effect type.

Link copied to clipboard
fun mapEffects(effects: List<StateEffect<*>>, mapping: ChangeDesc): List<StateEffect<*>>

Map an array of effects through a change set.