Type Alias PollingEvent

PollingEvent: {
    start: undefined;
    stop: undefined;
}

轮询相关的事件

Type declaration

  • start: undefined

    轮询开始时触发。

  • stop: undefined

    轮询结束后触发。