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

    Interface RowChangedNotification

    Notification emitted when a single row's data has changed.

    interface RowChangedNotification {
        rowIndex: number;
    }
    Index

    Properties

    Properties

    rowIndex: number

    Zero-based index of the changed row.