Skip to content
Sheetwrite

Sheetwrite / Documentation

FormulaBarPiece@sheetwrite/core/shell

A formula bar piece; setReadOnly blocks commits without unmounting.

A formula bar piece; setReadOnly blocks commits without unmounting.

Members 3

setReadOnly
setReadOnly(readOnly: boolean): void;
element
readonly element: HTMLElement;
destroy
destroy(): void;

Declaration

View full TypeScript declaration
export interface FormulaBarPiece {
setReadOnly(readOnly: boolean): void;
readonly element: HTMLElement;
destroy(): void;
}