LIB_Cbb.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.
获取复用模块的所有属性
Signature
typescript
get(cbbUuid: string, libraryUuid?: string): Promise<ILIB_CbbItem | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
cbbUuid | string | 复用模块 UUID |
libraryUuid | string | (Optional) 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
Returns
Promise<ILIB_CbbItem | undefined>
复用模块属性