Home > LIB_Footprint > get
LIB_Footprint.get() 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
get(footprintUuid: string, libraryUuid?: string): Promise<ILIB_FootprintItem | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
footprintUuid | string | 封装 UUID |
libraryUuid | string | (Optional) 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
Returns
Promise<ILIB_FootprintItem | undefined>
封装属性