Skip to content 

ISerializedHandle Interface

Packages > @fluidframework/core-interfaces > ISerializedHandle

JSON serialized form of an IFluidHandle

Signature:

export interface ISerializedHandle 

Properties

List of properties of this interface
Property Type Description
type "__fluid_handle__"
url string

Events

type

Signature:

type: "__fluid_handle__";

url

Signature:

url: string;