Skip to main content

IFluidHandleErased Interface

A type erased Fluid Handle. These can only be produced by the Fluid Framework and provide the implementation details needed to power IFluidHandle.

Sealed

This type is "sealed," meaning that code outside of the library defining it should not implement or extend it. Future versions of this type may add members or make typing of readonly members more specific.

Signature

/** @sealed */
export interface IFluidHandleErased<T> extends ErasedType<readonly ["IFluidHandle", T]>

Extends: ErasedType<readonly ["IFluidHandle", T]>

Type Parameters

Parameter Description
T