I want to remove a CSS style from a mxgraph cell. I have added the style like this:
let style = node.style; style = mxUtils.setStyle(style, 'strokeColor', color); self.graph.model.setStyle(node, style);