Interface VentilationDeviceParameters

通风设备参数

Export

VentilationDeviceParameters

Date

2023.11.6

Author

yj

Hierarchy

Properties

Properties

onCompleted?: ((message) => void)

Type declaration

    • (message): void
    • 创建完成回调,可选,默认null

      Parameters

      • message: {
            guid: string;
            type: string;
        }
        • guid: string
        • type: string

      Returns void

      Memberof

      VentilationDeviceParameters

onError?: ((message) => void)

Type declaration

    • (message): void
    • 创建报错回调,可选,默认null

      Parameters

      • message: string

      Returns void

      Memberof

      VentilationDeviceParameters