Intermact API Reference / @intermact/core / DeserializeOptions
Interface: DeserializeOptions
Defined in: packages/core/src/serialize/serialize.ts:34
Options for deserialize.
Properties
registries?
readonlyoptionalregistries?:Registries
Defined in: packages/core/src/serialize/serialize.ts:40
Extension registries for resolving custom animation compilers (design.md §18, §22.8). Defaults to globalRegistries; pass the same bundle used at build time so custom animations round-trip without process-global state.