Can't remove element from dictionary
问题 Following my previous question : How get the value of this polymer element ?, I need to remove an element from a dictionary that I pass as an attribute when I import this custom element in another custom element. flow-element <script> Polymer({ is: 'flow-element', properties: { dict: { type: String, notify: true }, name: { type: String }, kind: { type: String } }, handleClick: function() { console.log('clicked: ' + this.name); // the output does work console.log('Dict before ::' + JSON