TimelineKit API
    Preparing search index...

    Interface TableRowEventArgs<TItem>

    interface TableRowEventArgs<TItem extends TableItem> {
        item: TItem;
        row: any;
    }

    Type Parameters

    Index

    Properties

    Properties

    item: TItem
    row: any