I need to introduce object with my own properties in columnDefs object.
After, I did it, I see
in dev console
So, here has been written, that I could mean __metadata__ property. Does this property suit to mine purpose?
I've not found any information in types and docs about this property
ColDefhas no custom state property that you could use. Certainly do not touch__metadata__. The name sounds like some internal implementation detail.You can store your metadata in a separate object, for example using
colIdas a key: