Skip to main content

LocalDocumentServiceFactory Class

Implementation of document service factory for local use.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/local-driver/legacy.

For more information about our API support guarantees, see here.

Signature

export declare class LocalDocumentServiceFactory implements IDocumentServiceFactory

Implements: IDocumentServiceFactory

Constructors

Constructor Alerts Description
(constructor)(localDeltaConnectionServer, policies, innerDocumentService) Alpha Constructs a new instance of the LocalDocumentServiceFactory class

Constructor Details

(constructor)

Constructs a new instance of the LocalDocumentServiceFactory class

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/local-driver/alpha.

For more information about our API support guarantees, see here.

Signature

constructor(localDeltaConnectionServer: ILocalDeltaConnectionServer, policies?: IDocumentServicePolicies | undefined, innerDocumentService?: IDocumentService | undefined);

Parameters

Parameter Modifiers Type Description
localDeltaConnectionServer ILocalDeltaConnectionServer delta connection server for ops
policies optional IDocumentServicePolicies | undefined
innerDocumentService optional IDocumentService | undefined