@sheetwrite/core/shellinterface
Host elements and callbacks used to bind a formula bar to a Grid.
Members 2
focusGrid Called after Enter commits or Escape cancels, so the grid regains focus.
focusGrid?: () => void;label Accessible label (default "Formula bar").
label?: string;Declaration
View full TypeScript declaration
export interface FormulaBarOptions { focusGrid?: () => void; label?: string;}