Function getEnvObjectByCloudflareId

  • Retrieves an object instance by its name and Cloudflare-given ID. The Cloudflare ID for the object instance can be found through getInstanceList()

    Parameters

    • objectName: string

      The name of the durable object Class

    • cloudflareObjectId: string

      The Cloudflare ID of the object instance.

    Returns any

Generated using TypeDoc