@webda/core • Readme | API
Function: NotEnumerable()
NotEnumerable(target
, propertyKey
): void
Make a property hidden from json and schema
This property will not be saved in the store
Nor it will be exposed in the API
Parameters
• target: any
• propertyKey: string
Returns
void
Source
packages/core/src/models/coremodel.ts:396