Interface ExplorationViewSubscribeOptions

interface ExplorationViewSubscribeOptions {
    includeSelf?: boolean;
}

Hierarchy (view full)

Properties

Properties

includeSelf?: boolean

Bound views ignore their own notifications by default to avoid feedback loops between imperative UI callbacks and synced context updates.