Represents an ID to specify the target endpoint for the external communication feature. Pass this instance to ClusterScript.callExternal(ExternalEndpointId, string, string) to specify the target external server that the request should be sent.

Hierarchy

  • ExternalEndpointId

Constructors

Constructors

  • Generates an instance that represents an ID for the destination endpoint of the external communication feature.

    Parameters

    • id: string

      The Endpoint ID, which is displayed at the external communication (callExternal) connection URL window of Creator Kit

    Returns ExternalEndpointId

Generated using TypeDoc