Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
host-kit
HubNamespaceLike
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
get
id
From
Name
Methods
get
get
(
id
:
Id
)
:
HubStubLike
Parameters
id
:
Id
Returns
HubStubLike
id
From
Name
idFromName
(
name
:
string
)
:
Id
Parameters
name
:
string
Returns
Id
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
id
From
Name
Documentation
GitHub
Anchorage API reference
Loading...
The subset of a DurableObjectNamespace the hub topology uses.