interface GridExperimentalProFeatures {
    warnIfFocusStateIsNotSynced: boolean;
}

Hierarchy

  • GridExperimentalFeatures
    • GridExperimentalProFeatures

Properties

warnIfFocusStateIsNotSynced: boolean

Emits a warning if the cell receives focus without also syncing the focus state. Only works if NODE_ENV=test.