* * Updates the property for this field, * tips: that the update property configuration must be overwritten in full. * * Throws an error if the user does not have permission to update the field, * if invalid property are provided, if this field has no writable property, or if updates
(property: any, options?: IEffectOption)
| 170 | * ``` |
| 171 | */ |
| 172 | public async updatePropertyAsync(property: any, options?: IEffectOption): Promise<void> { |
| 173 | return await this.modelField.updateProperty(property, options); |
| 174 | } |
| 175 | } |
nothing calls this directly
no test coverage detected