Optional ReadonlyanimateOptional animation configuration
ReadonlycasesArray of pattern-render pairs
Optional ReadonlycontainerOptional custom container element. If not provided, defaults to a div
with display: contents.
Optional ReadonlyextractOptional function to extract the pattern from the value for matching. Use this when the value contains additional information for change detection (like a path) but the pattern matching should use a subset (like route name).
Optional ReadonlyfallbackOptional fallback if no pattern matches
Optional ReadonlyintroRe-animate the SSR/SSG-rendered case on hydration. See EachConfig.intro for the full contract and FOUC caveat.
Configuration for the
matchcontrol flow (DOM-specific with animation support).