Skip to content 

IFluidResolvedUrl Interface

Packages > @fluidframework/driver-definitions > IFluidResolvedUrl

Signature:

export interface IFluidResolvedUrl extends IResolvedUrlBase 

Extends: IResolvedUrlBase

Properties

List of properties of this interface
Property Type Description
endpoints { [name: string]: string; }
tokens { [name: string]: string; }
type "fluid"
url string

Events

endpoints

Signature:

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

tokens

Signature:

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

type

Signature:

type: "fluid";

url

Signature:

url: string;