Intermact API Reference / @intermact/core / SerializeOptions
Interface: SerializeOptions
Defined in: packages/core/src/serialize/types.ts:183
Options controlling serialize behavior.
Properties
mode?
readonlyoptionalmode?:"degrade"|"strict"
Defined in: packages/core/src/serialize/types.ts:189
How to handle non-serializable members (design.md §17). "degrade" (default) drops call effects and replaces function easings with "linear"; "strict" throws an IntermactError (serialization-error).