Decorator Attributes
Decorator attributes draw something extra above a property, instead of replacing the way the property itself is drawn.
Note
Unlike Drawer Attributes, a property can have any number of decorator attributes, and they can be combined with a drawer attribute. They stack in written order.
Note
A decorator hides together with the property it decorates, so a property hidden by show_if / hide_if takes its decorators with it. A property merely disabled by enable_if / disable_if keeps them lit.