RevGrid - v0.9.3
    Preparing search index...

    Type Alias ValueChangesEvent<TextFormattableValueTypeId, TextFormattableValueAttributeTypeId>

    ValueChangesEvent: (
        valueChanges: RevTableValueSource.ValueChange<
            TextFormattableValueTypeId,
            TextFormattableValueAttributeTypeId,
        >[],
    ) => void

    Type Parameters

    • TextFormattableValueTypeId
    • TextFormattableValueAttributeTypeId

    Type declaration