IDataObjectProps Interface
Packages > @fluidframework/aqueduct > IDataObjectProps
Signature:
export interface IDataObjectProps<P extends IFluidObject = object>
Properties
Property | Type | Description |
---|---|---|
context | IFluidDataStoreContext | |
providers | AsyncFluidObjectProvider<FluidObjectKey | |
runtime | IFluidDataStoreRuntime |
Events
context
Signature:
readonly context: IFluidDataStoreContext;
providers
Signature:
readonly providers: AsyncFluidObjectProvider<FluidObjectKey<P>, FluidObjectKey<object>>;
runtime
Signature:
readonly runtime: IFluidDataStoreRuntime;