Home > SCH_PrimitiveComponent > setNetPortComponentUuid_BI
SCH_PrimitiveComponent.setNetPortComponentUuid_BI() 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.
设置在扩展 API 中 BI 网络端口关联的器件 UUID
Signature
typescript
setNetPortComponentUuid_BI(component: {
libraryUuid: string;
uuid: string;
} | ILIB_DeviceItem): Promise<boolean>;
1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
---|---|---|
component | { libraryUuid: string; uuid: string; } | ILIB_DeviceItem | 关联库器件 |
Returns
Promise<boolean>
操作是否成功