Skip to main content
cngx-src documentation

CngxMaterialBidirectionalSyncHandle

Interface

projects/common/data/material-bridge/bidirectional-sync.ts

Import#

import { CngxMaterialBidirectionalSyncHandle } from '@cngx/common/data'

Description#

Handle returned by createMaterialBidirectionalSync.

Index#

Properties

Instance Properties#

reconcile#function
Readonly

Force Material's selected index to the presenter's current index, routed through the factory's self-echo suppression so it never re-enters the Material→presenter path. Hosts call this from their commit lifecycle when a pessimistic commit settles WITHOUT advancing the presenter (a rejected switch), which leaves Material eager- advanced on the refused tab. A no-op when already in sync.