Zum Hauptinhalt springen

restoreCellFocus

restoreCellFocus(_docContext, options): void

Restores the cell focus on a gentable userexit

Parameters

_docContext

unknown

options

row

{ gridView: { grid: { active: { cell: unknown; node: { click: () => void; }; }; editActiveCell: () => void; }; }; }

row.gridView

{ grid: { active: { cell: unknown; node: { click: () => void; }; }; editActiveCell: () => void; }; }

row.gridView.grid

{ active: { cell: unknown; node: { click: () => void; }; }; editActiveCell: () => void; }

row.gridView.grid.active

{ cell: unknown; node: { click: () => void; }; }

row.gridView.grid.active.cell

unknown

row.gridView.grid.active.node

{ click: () => void; }

row.gridView.grid.active.node.click

() => void

row.gridView.grid.editActiveCell

() => void

Returns

void