Skip to content
Sheetwrite

Sheetwrite / Documentation

GridCommandStateChangeEvent@sheetwrite/core

Complete command-state snapshot emitted whenever availability or activity can change.

Complete command-state snapshot emitted whenever availability or activity can change.

Members 1

states
readonly states: Readonly<Record<GridCommandName, GridCommandState>>;

Declaration

View full TypeScript declaration
export interface GridCommandStateChangeEvent {
readonly states: Readonly<Record<GridCommandName, GridCommandState>>;
}