Skip to content

@jsvision/datagrid / CellEditorHost

Interface: CellEditorHost

Defined in: datagrid/src/cell-editor.ts:20

What an editor may need to open its own sub-UI (a dropdown or value-help popup). The default text Input ignores it — it is here so a richer editor can mount a popup into the grid's overlay without the seam changing shape.

Properties

overlay

readonly overlay: Group

Defined in: datagrid/src/cell-editor.ts:22

The grid's absolute overlay group — an editor with a popup mounts it here.