IDataObjectProps Interface
Signature
export interface IDataObjectProps<I extends DataObjectTypes = DataObjectTypes>
Type Parameters
Parameter | Constraint | Default | Description |
---|---|---|---|
I | DataObjectTypes | DataObjectTypes |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
context | IFluidDataStoreContext | ||
initProps | optional |
I["InitialState"] | |
providers | AsyncFluidObjectProvider<I["OptionalProviders"]> | ||
runtime | IFluidDataStoreRuntime |
Property Details
context
Signature
readonly context: IFluidDataStoreContext;
Type: IFluidDataStoreContext
initProps
Signature
readonly initProps?: I["InitialState"];
Type: I["InitialState"]
providers
Signature
readonly providers: AsyncFluidObjectProvider<I["OptionalProviders"]>;
Type: AsyncFluidObjectProvider<I["OptionalProviders"]>
runtime
Signature
readonly runtime: IFluidDataStoreRuntime;
Type: IFluidDataStoreRuntime