RevGrid - v0.9.3
    Preparing search index...

    Interface ValueChange<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    interface ValueChange<
        TextFormattableValueTypeId,
        TextFormattableValueAttributeTypeId,
    > {
        fieldIndex: number;
        newValue: RevTableValue<
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >;
        recentChangeTypeId: undefined
        | RevRecordValueRecentChangeTypeId;
    }

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId
    Index

    Properties

    fieldIndex: number
    recentChangeTypeId: undefined | RevRecordValueRecentChangeTypeId