@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
50 lines (25 loc) • 899 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / IEnvelopeView
# Interface: IEnvelopeView
Interface for envelope view parameters.
## Properties
### endTimeUs?
> `optional` **endTimeUs**: `number`
The end time of the view in microseconds.
***
### forceUpdateCounter?
> `optional` **forceUpdateCounter**: `number`
Optional counter to force update the envelopes. Change it to trigger a refresh even if other parameters have not changed.
***
### startTimeUs?
> `optional` **startTimeUs**: `number`
The start time of the view in microseconds.
***
### width?
> `optional` **width**: `number`
The width of the view in pixels.
***
### windowUs?
> `optional` **windowUs**: `number`
The time window of the view in microseconds. If start and end is not set then this defines the window.