Home > LIB_LibrariesList > getPersonalLibraryUuid
LIB_LibrariesList.getPersonalLibraryUuid() method
Get the UUID of the personal library
Signature
typescript
function getPersonalLibraryUuid(): Promise<string | undefined>;1
Returns
Promise<string | undefined>
UUID of the personal library
Remarks
It will get the UUID of the personal library under the current editor workspace. In the private deployment environment, the personal library does not exist, and this API will always return undefined