The type of the watch source.
Indicates whether the watch effect is immediate.
The reactive data source or sources to watch.
The callback function to invoke when the source changes.
Optionaloptions: WatchOptions<Immediate>Optional configuration options.
An object with methods to ignore updates and stop watching.
Provides a watch effect that can be temporarily ignored.