Anchorage API reference
    Preparing search index...

    Interface HubNamespaceLike<Id>

    The subset of a DurableObjectNamespace the hub topology uses.

    interface HubNamespaceLike<Id = unknown> {
        get(id: Id): HubStubLike;
        idFromName(name: string): Id;
    }

    Type Parameters

    • Id = unknown
    Index

    Methods

    Methods