invertedEffects
val invertedEffects: Facet<(Transaction) -> List<StateEffect<*>>, List<(Transaction) -> List<StateEffect<*>>>>
Facet that registers inverted effect providers. Each provider maps a transaction to a list of effects that should be applied when the transaction is undone, enabling custom undo/redo behavior for state effects.