Skip to content
Sheetwrite

Sheetwrite / Documentation

CellEditor@sheetwrite/core

Framework-neutral named editor definition registered through GridOptions.editors.

Framework-neutral named editor definition registered through GridOptions.editors.

Members 1

mount
mount(host: HTMLElement, context: CellEditorContext): CellEditorInstance;

Declaration

View full TypeScript declaration
export interface CellEditor {
mount(host: HTMLElement, context: CellEditorContext): CellEditorInstance;
}