Skip to main content

IFluidLoadable Interface

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

Signature

/** @sealed */
export interface IFluidLoadable extends IProvideFluidLoadable

Extends: IProvideFluidLoadable

Properties

Property Modifiers Type Description
handle readonly IFluidHandle

Property Details

handle

Signature

readonly handle: IFluidHandle;

Type: IFluidHandle