Can anyone explain what the [[Prototype]] nodes are in Dev Tools?

If you’ve been in Dev Tools, you know what I’m talking about. :laughing:

1 Like

Something I ignore lol.

After a few rounds of “maybe there is something here!” I learned to give up.

I mean it seems like a schema for the object.

So this isn’t an Epicor thing this is a JavaScript Object property called Prototype and its available on any JavaScript Object see

If you want to read all that go for it, basically it is an internal mechanism of how JavaScript implements inheritance so that a Customer can also be an instance of an Object class and so on. You almost neve manipulate or use the prototypes directly

Long story short

5 Likes