@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
36 lines (18 loc) • 573 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / OnGoingOnlineCallback
# Type Alias: OnGoingOnlineCallback()
> **OnGoingOnlineCallback** = (`isNewView`, `isMounting`, `onlineCounter`) => `void`
Callback type for when the view goes online.
## Parameters
### isNewView
`boolean`
Whether the view is newly created.
### isMounting
`boolean`
Whether the view is mounting.
### onlineCounter
`number`
The number of times CanKing has gone online.
## Returns
`void`