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."
},
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." },