Anchorage API reference
    Preparing search index...

    Interface ThreadNamespaceLike<Id>

    The subset of a DurableObjectNamespace the thread topology uses.

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

    Type Parameters

    • Id = unknown
    Index

    Methods

    Methods