Skip to content

@serenity-is/sleekgrid / EditorFactory

Interface: EditorFactory

Defined in: src/core/editing.ts:101

Factory that resolves an editor class for a given column/row.

Methods

getEditor()

getEditor(column, row?): EditorClass

Defined in: src/core/editing.ts:108

Returns the editor class for the given column and optional row.

Parameters

column

Column

Column to resolve an editor for.

row?

number

Optional row index for row-specific resolution.

Returns

EditorClass

Editor constructor.