MaybeGetter
The MaybeGetter type represents a value that can be provided either as a plain value or as a reactive getter function.
T | () => TWhen a getter function is provided to a reactive function, its internal $effect will re-run whenever the getter's reactive dependencies change. This is the mechanism that makes Svelte 5 props reactive in these functions.
Since
v8.1.0