label
label(
name): (target,key) =>void
This decorator sets a custom display name for a property, which will be shown in the UI instead of the property's actual name.
Sets {@link PropertyMeta.displayName}.
Parameters
name
string
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void