Skip to main content
Version: v1

IFluidResolvedUrl Interface

Signature

export interface IFluidResolvedUrl extends IResolvedUrlBase

Extends: IResolvedUrlBase

Properties

Property Type Description
endpoints { [name: string]: string; }
id string The id of the container this resolved url is for.
tokens { [name: string]: string; }
type "fluid"
url string

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