TimelineKit API
    Preparing search index...

    Interface TableFocusedCell<TItem>

    interface TableFocusedCell<TItem extends TableItem> {
        columnIndex: number;
        item: TItem;
    }

    Type Parameters

    Index

    Properties

    Properties

    columnIndex: number
    item: TItem