TimelineKit API
    Preparing search index...

    Interface TableItemEventArgs<TItem>

    interface TableItemEventArgs<TItem> {
        item: TItem;
    }

    Type Parameters

    • TItem
    Index

    Properties

    Properties

    item: TItem