Question
How do I write the code for “reset to base style” in object styles?
Style B was created based on Style A (using `baseOn`), but sometimes it doesn’t inherit Style A’s original options. I need to reset Style B’s base options and then set Style B’s other options.
How do I write the code for “reset to base style”?
It seems I couldn’t find a way to do this before, so I ended up using `duplicate();` as a workaround.

