Interface ChangeEvent

interface ChangeEvent {
    changedSlices: ReadonlySet<ExplorationSlice>;
    origin: undefined | ExplorationIntent;
    previous: ExplorationState;
    state: ExplorationState;
}

Hierarchy (view full)

Properties

changedSlices: ReadonlySet<ExplorationSlice>
origin: undefined | ExplorationIntent