notListDisplayable
notListDisplayable(): (
target,key) =>void
Property level decorator. When decorator is used then the property will not be displayed in the resource lists and tables.
Sets {@link PropertyMeta.notListDisplayable}.
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void