This type allows modification of readonly attributes for class/interface This is useful to set properties like owner, parent where we can't do so in the constructors
readonly
owner
parent
See https://stackoverflow.com/questions/46634876/how-can-i-change-a-readonly-property-in-typescript
This type allows modification of
readonly
attributes for class/interface This is useful to set properties likeowner
,parent
where we can't do so in the constructorsSee https://stackoverflow.com/questions/46634876/how-can-i-change-a-readonly-property-in-typescript