Skip to content
Sheetwrite

Sheetwrite / Documentation

NameBoxOptions@sheetwrite/core/shell

Host elements and callbacks used to bind a name box to a Grid.

Host elements and callbacks used to bind a name box to a Grid.

Members 2

focusGrid Called after a successful Enter navigation so the grid regains focus.
focusGrid?: () => void;
label Accessible label (default "Cell reference").
label?: string;

Declaration

View full TypeScript declaration
export interface NameBoxOptions {
focusGrid?: () => void;
label?: string;
}