Type alias IntervalDataCallback<EntryType, N>

IntervalDataCallback<EntryType, N>: ((data) => void)

Type Parameters

Type declaration

    • (data): void
    • A callback / listener function that will be invoked when the associated interval changes.

      Parameters

      Returns void

Generated using TypeDoc