RevGrid - v0.9.3
    Preparing search index...

    Type Alias AllValuesChangeEvent<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    AllValuesChangeEvent: (
        firstFieldIdxOffset: Integer,
        newValues: RevTableValue<
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >[],
    ) => void

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId

    Type declaration