Interface LinkedViewRule

Per-view propagation rule. propagatesFrom lists the view roles whose changes a peer view will accept; propagatesSlices lists which state slices a view contributes when it is the origin.

interface LinkedViewRule {
    propagatesSlices: readonly ExplorationSlice[];
    role: ViewRole;
}

Properties

propagatesSlices: readonly ExplorationSlice[]
role: ViewRole