Interface ViewHandle

Handle returned from ExplorationContext.bind.

interface ViewHandle {
    id: string;
    unbind(): void;
}

Hierarchy (view full)

Properties

Methods

Properties

id: string

Methods