Home > LIB_PanelLibrary > get
LIB_PanelLibrary.get() 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.
Get all properties of the panel library
Signature
typescript
function get(
panelLibraryUuid: string,
libraryUuid?: string,
): Promise<ILIB_PanelLibraryItem | undefined>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
panelLibraryUuid | string | Panel library UUID |
libraryUuid | string | (Optional) Library UUID, default is system library, you can use LIB_LibrariesList APIs in |
Returns
Promise<ILIB_PanelLibraryItem | undefined>
Panel library property