notDisplayable
notDisplayable(): (
target,key) =>void
This decorator makes a field not visible in the UI. The system will exclude the property from forms, tables, and other visual components, but it remains fully available through code and APIs.
Sets {@link PropertyMeta.notDisplayable}.
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void