Skip to main content
Version: v1

ITestContainerConfig Interface

Signature

export interface ITestContainerConfig

Properties

PropertyModifiersTypeDescription
fluidDataObjectTypeoptionalDataObjectFactoryTypeTestFluidDataObject instead of PrimedDataStore
loaderPropsoptionalPartial<ILoaderProps>Loader options for the loader used to create containers
registryoptionalChannelFactoryRegistryAn array of channel name and DDS factory pair to create on container creation time
runtimeOptionsoptionalIContainerRuntimeOptionsContainer runtime options for the container instance

Property Details

fluidDataObjectType

TestFluidDataObject instead of PrimedDataStore

Signature

fluidDataObjectType?: DataObjectFactoryType;

Type: DataObjectFactoryType

loaderProps

Loader options for the loader used to create containers

Signature

loaderProps?: Partial<ILoaderProps>;

Type: Partial<ILoaderProps>

registry

An array of channel name and DDS factory pair to create on container creation time

Signature

registry?: ChannelFactoryRegistry;

Type: ChannelFactoryRegistry

runtimeOptions

Container runtime options for the container instance

Signature

runtimeOptions?: IContainerRuntimeOptions;

Type: IContainerRuntimeOptions