Interface ICellEditor

An object implementing cell editing.

interface ICellEditor {
    cancel(): void;
    edit(cell, options?): void;
}

Implemented by

Methods

Methods