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