We would like to remove existing properties for a selected object and display custom properties we have imported in a JSON object. We attempted to implement removeAllProperties() listed in the viewer API documentation here .
However, when implemented the properties panel still displayed existing properties. Are we misunderstanding the intended implementation of this call?
What would be the recommended method for removing all properties so that we can display custom properties from the JSON data imported?