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
If you would like to make some typically hidden attributes visible on a given model instance, you may use the `makeVisible`method. The `makeVisible` method returns the model instance:
134
+
If you would like to make some typically hidden attributes visible on a given model instance, you may use the `makeVisible`or `mergeVisible` methods. The `makeVisible` method returns the model instance:
If you wish to temporarily override all of the visible or hidden attributes, you may use the `setVisible` and `setHidden` methods respectively:
@@ -203,11 +207,13 @@ Once the attribute has been added to the `appends` list, it will be included in
203
207
<aname="appending-at-run-time"></a>
204
208
#### Appending at Run Time
205
209
206
-
At runtime, you may instruct a model instance to append additional attributes using the `append`method. Or, you may use the `setAppends` method to override the entire array of appended properties for a given model instance:
210
+
At runtime, you may instruct a model instance to append additional attributes using the `append`or `mergeAppends` methods. Or, you may use the `setAppends` method to override the entire array of appended properties for a given model instance:
0 commit comments