Home > LIB_Footprint > updateDocumentSource
LIB_Footprint.updateDocumentSource() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
更新封装的文档源码
签名
typescript
updateDocumentSource(footprintUuid: string, libraryUuid: string, documentSource: string): Promise<boolean | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
footprintUuid | string | 封装 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
documentSource | string | 文档源码 |
返回值
Promise<boolean | undefined>
是否更新成功