input-device-handler - v9.0.1
    Preparing search index...

    Type Alias ConstructEventIfDataIsNew<EventDataGeneric>

    ConstructEventIfDataIsNew: (
        previousValues: AllDevices | undefined,
        latestValues: AllDevices,
    ) => EventDataGeneric | undefined

    A function type used to determine if, given and current device data, a new event should be constructed.

    Type Parameters

    • EventDataGeneric

    Type declaration