Skip to main content

IResolvedUrl Interface

This API is provided for existing users, but is not recommended for new users.

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

This API is provided as an alpha preview and may change without notice.

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.

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

id: string;

Type: string

tokens

This API is provided as an alpha preview and may change without notice.

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

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

type: "fluid";

Type: "fluid"

url

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/driver-definitions/alpha.

For more information about our API support guarantees, see here.

Signature

url: string;

Type: string