ISerializedHandle Interface
JSON serialized form of an IFluidHandle
Signature
export interface ISerializedHandle
Properties
| Property | Type | Description |
|---|---|---|
| type | "__fluid_handle__" | |
| url | string |
Property Details
type
Signature
type: "__fluid_handle__";
Type: "__fluid_handle__"
url
Signature
url: string;
Type: string