Skip to main content
Version: v1

ISerializedHandle Interface

JSON serialized form of an IFluidHandle

Signature

export interface ISerializedHandle

Properties

PropertyTypeDescription
type"__fluid_handle__"
urlstring

Property Details

type

Signature

type: "__fluid_handle__";

Type: "__fluid_handle__"

url

Signature

url: string;

Type: string