TraceabilityChangedEventData: {
    newValue: OptionalTraceValue | undefined;
    oldValue: OptionalTraceValue | undefined;
    traceabilityId: number;
}

Type declaration

  • newValue: OptionalTraceValue | undefined

    The new traceability value

  • oldValue: OptionalTraceValue | undefined

    The old traceability value

  • traceabilityId: number

    The changed traceability's ID