Skip to content 

IFluidLoadable Interface

Packages > @fluidframework/core-interfaces > IFluidLoadable

A shared FluidObject has a URL from which it can be referenced

Signature:

export interface IFluidLoadable extends IProvideFluidLoadable 

Extends: IProvideFluidLoadable

Properties

List of properties of this interface
Property Type Description
handle IFluidHandle
url string

Events

handle

Signature:

handle: IFluidHandle;

url

Signature:

readonly url: string;