notColorful
notColorful(): (
target,key) =>void
Marks a property as not colorful. By default, enum properties are displayed with colors. Use this decorator to disable color highlighting for the property.
Sets {@link PropertyMeta.notColorful}.
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void