Skip to content
Docs Try Aspire

EndpointReferenceExpression

Handle TypeScript
📦 Aspire.Hosting.Azure.WebPubSub v13.2.0-preview.1.26159.1
interface EndpointReferenceExpression
extends IManifestExpressionProvider,
IValueProvider,
IValueWithReferences {
readonly endpoint: EndpointReference;
readonly property: EndpointProperty;
readonly valueExpression: string;
}

Properties

property endpoint EndpointReference get
Gets the Endpoint property
property property EndpointProperty get
Gets the Property property
property valueExpression string get
Gets the ValueExpression property