outsideExcluded
outsideExcluded(): (
target,key) =>void
This decorator makes a property inaccessible from outside the system. It will not be available "externally" through API, but will remain accessible "internally" in backend.
Sets {@link PropertyMeta.outsideExcluded}.
Returns
(
target,key):void
Parameters
target
object
key
string
Returns
void