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
I am using backbone-computedfields for a referenced object. However, I am loaded the referenced object on demand, it isn't a pre-loaded set.
I would like for the computed field to not be calculated until its attributed is gotten with a get call. I picture this being set with a lazy key in the options dictionary for the computed field.
I am using backbone-computedfields for a referenced object. However, I am loaded the referenced object on demand, it isn't a pre-loaded set.
I would like for the computed field to not be calculated until its attributed is gotten with a get call. I picture this being set with a
lazy
key in the options dictionary for the computed field.The text was updated successfully, but these errors were encountered: