DurableObjectNamespace
Creates a Durable Object namespace binding for stateful objects in Cloudflare Workers.Props
string
required
Name of the class that implements the Durable Object.
string
Name of the script containing the Durable Object implementation.
string
Environment name for the Durable Object.
boolean
Whether to enable SQLite storage for the Durable Object.
Output
string
The ID of the Durable Object namespace.
string
Name of the class that implements the Durable Object.
string
Name of the script containing the Durable Object implementation.
durable_object_namespace
Type identifier for the binding.