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.
Search symbols precisely by properties
Signature
typescript
function searchByProperties(
properties: ILIB_SymbolPropertiesForSearch,
libraryUuid?: string,
): Promise<Array<ILIB_SymbolSearchItem>>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
properties | Property | |
libraryUuid | string | (Optional) Library UUID, default is system library, you can use LIB_LibrariesList APIs in |
Returns
Promise<Array<ILIB_SymbolSearchItem>>
List of searched symbol properties