Skip to content
Sheetwrite

Sheetwrite / Documentation

createNameBox@sheetwrite/core/shell

A1 jump box: shows the focused cell's reference and navigates on Enter.

A1 jump box: shows the focused cell's reference and navigates on Enter. Invalid or out-of-bounds references set aria-invalid and make no grid calls; Escape restores the displayed reference.

Declaration

function createNameBox(
host: HTMLElement,
grid: Grid,
options?: NameBoxOptions,
): ShellPiece