We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Watch decorator does not trigger on load as described in the documentation
previous issue #2451
Adding an option to allow this would be useful and help explain the behaviour for those medically apposed to reading documentation like myself
add an optional options object to the constructor
options
@Watch('theProp', { onLoad: true })
leaves it open for other enhancements in the unlikely event they are needed
No response
The text was updated successfully, but these errors were encountered:
👋 I've labeled this feature request for folks to upvote with 👍's in the request summary!
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Describe the Feature Request
The Watch decorator does not trigger on load as described in the documentation
previous issue
#2451
Describe the Use Case
Adding an option to allow this would be useful and help explain the behaviour for those medically apposed to reading documentation like myself
Describe Preferred Solution
add an optional
options
object to the constructor@Watch('theProp', { onLoad: true })
leaves it open for other enhancements in the unlikely event they are needed
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: