Interface ViewBinding

Descriptor a caller passes to ExplorationContext.bind. role is used by the linked-view policy. Callers opt into specific slice notifications by calling ExplorationContext.subscribe(slice, fn) directly — the binding itself only names the view and its role.

interface ViewBinding {
    id: string;
    role: ViewRole;
}

Properties

Properties

id: string
role: ViewRole