IResolvedUrl Interface
To use, import via @fluidframework/driver-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IResolvedUrl
Properties
Property | Alerts | Type | Description |
---|---|---|---|
endpoints | Alpha |
{ [name: string]: string; } | |
id | Alpha |
string | The id of the container this resolved url is for. |
tokens | Alpha |
{ [name: string]: string; } | |
type | Alpha |
"fluid" | |
url | Alpha |
string |
Property Details
endpoints
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
endpoints: {
[name: string]: string;
};
Type: { [name: string]: string; }
id
The id of the container this resolved url is for.
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
id: string;
Type: string
tokens
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
tokens: {
[name: string]: string;
};
Type: { [name: string]: string; }
type
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
type: "fluid";
Type: "fluid"
url
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
url: string;
Type: string