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