pure

    Type Alias SerialEventCancelCallback

    SerialEventCancelCallback: (current: SerialId, latest: SerialId) => void

    The callback type passed to SerialEvent constructor to be called when the event is cancelled

    Type declaration

      • (current: SerialId, latest: SerialId): void
      • Parameters

        • current: SerialId
        • latest: SerialId

        Returns void

    MMNEPVFCICPMFPCPTTAAATR