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
It would be helpful to mark a class field or property as readonly (i.e. getter only or defined as writable: false)
{
"name": "elements",
"type": "readonly ApolloElementElement[]",
"readonly": true,
"attribute": false,
"summary": "List of all ApolloElements registered to this client."
},