DVModel.hideFromPage constructor
const
DVModel.hideFromPage()
Excludes the field from generated model pages:
@DVModel.hideFromPage().
The field stays part of the model, its serialization, and its forms —
this only removes it from the generated page. Use
@DVModel.sensitiveField() for data that must not reach clients at all.
Implementation
const DVModel.hideFromPage() : this._page(DVModelPageRole.hidden);