Interface ExplorationViewChangeEvent

interface ExplorationViewChangeEvent {
    changedSlices: ReadonlySet<ExplorationSlice>;
    origin: undefined | ExplorationIntent;
    previous: ExplorationState;
    selfOrigin: boolean;
    state: ExplorationState;
    view: ViewBinding;
}

Hierarchy (view full)

Properties

changedSlices: ReadonlySet<ExplorationSlice>
origin: undefined | ExplorationIntent
selfOrigin: boolean

True when the notification originated from the same bound view.