Skip to main content

FluidDebugger Namespace

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

To use, import via @fluidframework/debugger/legacy.

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

Signature

export declare namespace FluidDebugger

Functions

FunctionAlertsReturn TypeDescription
createFromServiceFactory(documentServiceFactory)LegacyPromise<IDocumentServiceFactory>Creates a document service factory wrapper that enables debugging with a debugger window.

Function Details

createFromServiceFactory

Creates a document service factory wrapper that enables debugging with a debugger window.

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

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

Signature

function createFromServiceFactory(documentServiceFactory: IDocumentServiceFactory): Promise<IDocumentServiceFactory>;

Parameters

ParameterTypeDescription
documentServiceFactoryIDocumentServiceFactory

Returns

Return type: Promise<IDocumentServiceFactory>