uiRelationPriority
uiRelationPriority(
value): (target,key) =>void
Property level decorator. Sets the priority of a relation for displaying. The priority determines the order of relation resources displayed on the page. The higher the priority, the higher the resource will be displayed in the list.
Sets {@link PropertyMeta.uiRelationPriority}.
Parameters
value
number
priority number
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void