TimelineKit API
    Preparing search index...

    Interface TableCellEditing<TItem>

    interface TableCellEditing<TItem extends TableItem> {
        cell: any;
        editor: TableCellEditor<TItem>;
    }

    Type Parameters

    Index

    Properties

    Properties

    cell: any