Back
accessibleProperties()
// Make `isActive` the only property that can be set through mass assignment operations like `updateAll()`.
config() {
accessibleProperties("isActive");
}
Copied!