Skip to content 

IDataObjectProps Interface

Packages > @fluidframework/aqueduct > IDataObjectProps

Signature:

export interface IDataObjectProps<P extends IFluidObject = object> 

Properties

List of properties of this interface
Property Type Description
context IFluidDataStoreContext
providers AsyncFluidObjectProvider<FluidObjectKey

, FluidObjectKey>

runtime IFluidDataStoreRuntime

Events

context

Signature:

readonly context: IFluidDataStoreContext;

providers

Signature:

readonly providers: AsyncFluidObjectProvider<FluidObjectKey<P>, FluidObjectKey<object>>;

runtime

Signature:

readonly runtime: IFluidDataStoreRuntime;