Gojs data inspector inquiry

i m trying to do something like this right now the data inspector shows the data directly from the json of diagram can i manipulate the data before displaying in the inspector for example consider the data inspector from the example sample


it shows from and to i.e. the keys of from node and to node
what i want is i want to show text against that from and to

I think you’ll need to modify the DataInspector to do what you want. I believe you’ll want to modify the Inspector.buildPropertyRow, Inspector.updateAllHTML and Inspector.updateAllProperties methods.