Home > LIB_Footprint > searchByProperties
LIB_Footprint.searchByProperties() 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
searchByProperties(properties: ILIB_FootprintPropertiesForSearch, libraryUuid?: string): Promise<Array<ILIB_FootprintSearchItem>>;1
Parameters
Parameter | Type | Description |
|---|---|---|
properties | ILIB_FootprintPropertiesForSearch | 属性 |
libraryUuid | string | (Optional) 库 UUID,默认为系统库,可以使用 LIB_LibrariesList 内的接口获取 |
Returns
Promise<Array<ILIB_FootprintSearchItem>>
搜索到的封装属性的列表