You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
trigger => $code
The trigger option is a CODE reference which will be called
after the value of the attribute is set. The CODE ref is passed
the instance itself, the updated value, and the original value
if the attribute was already set.
You can have a trigger on a read-only attribute.
NOTE: Triggers will only fire when you assign to the attribute,
either in the constructor, or using the writer. Default and
built values will not cause the trigger to be fired.
The text was updated successfully, but these errors were encountered:
From Moose...
The text was updated successfully, but these errors were encountered: