Home > LIB_Footprint > modify
LIB_Footprint.modify() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
修改封装
Signature
typescript
modify(footprintUuid: string, libraryUuid: string, footprintName?: string, classification?: ILIB_ClassificationIndex | null, description?: string | null): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
footprintUuid | string | 封装 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
footprintName | string | (Optional) 封装名称 |
classification | ILIB_ClassificationIndex | null | (Optional) 分类 |
description | string | null | (Optional) 描述 |
Returns
Promise<boolean>
操作是否成功
Remarks
如希望清除某些属性,则将其的值设置为 null