TimelineKit API
    Preparing search index...

    Interface InputEditorArgs<TItem>

    interface InputEditorArgs<TItem extends TableItem> {
        columnCode: string;
        editor: TableInputCellEditor<TItem>;
        input: any;
        item: TItem;
    }

    Type Parameters

    Index

    Properties

    columnCode: string
    input: any
    item: TItem