Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signal-providers
SignalProviderHostNamespaceLike
Interface SignalProviderHostNamespaceLike<Id>
The subset of a Durable Object namespace the provider-host topology uses.
interface
SignalProviderHostNamespaceLike
<
Id
=
unknown
>
{
get
(
id
:
Id
)
:
SignalProviderHostStubLike
;
idFromName
(
name
:
string
)
:
Id
;
}
Type Parameters
Id
=
unknown
Index
Methods
get
id
From
Name
Methods
get
get
(
id
:
Id
)
:
SignalProviderHostStubLike
Parameters
id
:
Id
Returns
SignalProviderHostStubLike
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 Durable Object namespace the provider-host topology uses.