Title says it all. Say I have a button called myButton, and later I want to set the tagName option after I have already declared the button with that option. This example doesn’t work, but is there something like myButton.tagName(‘div’) that I could do? If there is a solution, could this work with other options, like icon or title?