Home > ISYS_ReactComponentizationDialogWorkerPortal > bindEvent
ISYS_ReactComponentizationDialogWorkerPortal.bindEvent property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
绑定事件处理器
签名
typescript
bindEvent: (handle: string, callback: (event: unknown) => void) => void;1