RevGrid - v0.9.3
    Preparing search index...

    Interface ChangedValue<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    interface ChangedValue<
        TextFormattableValueTypeId,
        TextFormattableValueAttributeTypeId,
    > {
        fieldIdx: number;
        newValue: RevTableValue<
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >;
    }

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId
    Index

    Properties

    Properties

    fieldIdx: number