I'm building a PCF standard control and I want to access the underlying entity. I dont want to use input parameters for that in this specific case because that doesn't automatically save the entity at the time of change.
I could do this by calling context.webAPI.updateRecord() (I guess?) but I need entity type and ID of course. How I get this information in standard component as the .dataSet.records is not available? It would feel a bit stupid to have to give this information as input properties which the user of the component would have to set correctly in the form editor.