url(): (target, key) => void
Property level decorator. Specifies that the property is a URL.
When used property value will automatically become a link.
Sets {@link PropertyMeta.isUrl}.
Returns
(target, key): void
Parameters
target
object
key
string
Returns
void