RuntimeFactoryHelper Class
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 RuntimeFactoryHelper<T = IContainerRuntime> implements IRuntimeFactory
Implements: IRuntimeFactory
Type Parameters
Parameter | Default | Description |
---|---|---|
T | IContainerRuntime |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
IRuntimeFactory | Alpha |
readonly |
this |
Property Details
IRuntimeFactory
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/runtime-utils/alpha
.
For more information about our API support guarantees, see here.
Signature
get IRuntimeFactory(): this;
Type: this