@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Interface RowRangeChangedNotification

    Notification emitted when a contiguous range of rows has changed.

    interface RowRangeChangedNotification {
        range: RangeDefinition;
    }
    Index

    Properties

    Properties

    The range of rows that changed.