Home > LIB_Classification > getIndexByName
LIB_Classification.getIndexByName() 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.
Warning: This API is now obsolete.
since EDA v3.2; dropped EDA v3.3
Get the classification index of the classification with the specified name
Signature
typescript
function getIndexByName(
libraryUuid: string,
libraryType: ELIB_LibraryType,
primaryClassificationName: string,
secondaryClassificationName?: string,
): Promise<ILIB_ClassificationIndex | undefined>;1
2
3
4
5
6
2
3
4
5
6
Parameters
Parameter | Type | Description |
|---|---|---|
libraryUuid | string | Library UUID |
libraryType | Library type | |
primaryClassificationName | string | Primary classification name |
secondaryClassificationName | string | (Optional) Secondary classification name |
Returns
Promise<ILIB_ClassificationIndex | undefined>
Classification index
Remarks
The classification index contains the UUID of the classification. For details, refer to ILIB_ClassificationIndex