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

Method updateDescriptionAsync

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

* Update the description of the field. * * Throws an error if the user does not have permission to update the field, or if an invalid description is provided. * * @param description new description for the field * @returns * * #### Example * ```js * await field.updateDe

(description: string | null)

Source from the content-addressed store, hash-verified

138 * ```
139 */
140 public async updateDescriptionAsync(description: string | null): Promise<void> {
141 return await this.modelField.updateDescription(description);
142 }
143
144 /**
145 *

Callers

nothing calls this directly

Calls 1

updateDescriptionMethod · 0.80

Tested by

no test coverage detected