MCPcopy Create free account
hub / github.com/apitable/apitable / updatePropertyAsync

Method updatePropertyAsync

packages/widget-sdk/src/script/field.ts:172–174  ·  view source on GitHub ↗

* * 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)

Source from the content-addressed store, hash-verified

170 * ```
171 */
172 public async updatePropertyAsync(property: any, options?: IEffectOption): Promise<void> {
173 return await this.modelField.updateProperty(property, options);
174 }
175}

Callers

nothing calls this directly

Calls 1

updatePropertyMethod · 0.80

Tested by

no test coverage detected