uiPriority
uiPriority(
value): (target,key) =>void
Property level decorator. Sets the priority of the property displayed. The lower the number, the more to the top and to the right the property will be displayed.
Sets {@link PropertyMeta.priority}.
Parameters
value
number
priority number
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void