I am creating an Office add-in for Word using office.js and I was wondering how I can change the buttons in my custom tab once the add-in is running.
My thinking is that it is defined in the manifest so it might not be possible, but on the other hand it would make a lot of sense to be able to do this. Possible after a add-in restart (if there is such a thing).
My scenario is that a user changes some settings and after saving the settings the buttons in the custom tab updates.