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.
Signature
/** @sealed */
export interface IFluidHandleErased<T> extends ErasedType<readonly ["IFluidHandle", T]>
Extends: ErasedType<readonly ["IFluidHandle", T]>
Type Parameters
Parameter | Description |
---|---|
T |