Skip to main content
Version: v1

IFluidResolvedUrl Interface

Signature

export interface IFluidResolvedUrl extends IResolvedUrlBase

Extends: IResolvedUrlBase

Properties

PropertyTypeDescription
endpoints{ [name: string]: string; }
idstringThe id of the container this resolved url is for.
tokens{ [name: string]: string; }
type"fluid"
urlstring

Property Details

endpoints

Signature

endpoints: {
[name: string]: string;
};

Type: { [name: string]: string; }

id

The id of the container this resolved url is for.

Signature

id: string;

Type: string

tokens

Signature

tokens: {
[name: string]: string;
};

Type: { [name: string]: string; }

type

Signature

type: "fluid";

Type: "fluid"

url

Signature

url: string;

Type: string