Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
DurableObjectId
Interface DurableObjectId
interface
DurableObjectId
{
name
?:
string
;
equals
(
other
)
:
boolean
;
toString
(
)
:
string
;
}
Index
Properties
name?
Methods
equals
to
String
Properties
Optional
Readonly
name
name
?:
string
Methods
equals
equals
(
other
)
:
boolean
Parameters
other
:
DurableObjectId
Returns
boolean
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
equals
to
String
@cloudflare/workers-types
Loading...