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
Property | Type | Description |
---|---|---|
handle | IFluidHandle | |
url | string |
Events
handle
Signature:
handle: IFluidHandle;
url
Signature:
readonly url: string;