Skip to content

@jimka/typescript-ui / component/table / CellEditorFactory

Type Alias: CellEditorFactory()

ts
type CellEditorFactory = () => CellEditor<unknown>;

Defined in: src/typescript/lib/component/table/cell/editor/CellEditorPool.ts:17

Factory callable that constructs a fresh CellEditor for a given pool key.

Returns

CellEditor<unknown>