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
There is currently no documentation on how virtual properties work in the Ionic Framework.
We should add documentation similar to the following:
Virtual properties do not behave the same as @Prop decorated properties. They are not reactive and are not intended to be. They will not take effect if mutated and will not cause a re-render of the component.
URL
https://ionicframework.com/docs/core-concepts/fundamentals
Issue Description
There is currently no documentation on how virtual properties work in the Ionic Framework.
We should add documentation similar to the following:
Related issue: ionic-team/ionic-framework#29167
The documentation should be added at the following URL: https://ionicframework.com/docs/core-concepts/fundamentals
A section called Properties, with a sub-section titled Virtual Properties, should be added.
The text was updated successfully, but these errors were encountered: