FluidHandleBase Class
Base class which can be uses to assist implementing IFluidHandleInternal.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/runtime-utils/legacy
.
For more information about our API support guarantees, see here.
Signature
export declare abstract class FluidHandleBase<T> implements IFluidHandleInternal<T>
Implements: IFluidHandleInternal<T>
Type Parameters
Parameter | Description |
---|---|
T |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
[fluidHandleSymbol] | Alpha |
readonly |
IFluidHandleErased<T> | |
absolutePath | Alpha |
string | ||
IFluidHandle | Alpha |
readonly |
IFluidHandleInternal | |
isAttached | Alpha |
readonly |
boolean |