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
| Function | Alerts | Return Type | Description |
|---|---|---|---|
| createFromServiceFactory(documentServiceFactory) | Legacy |
Promise<IDocumentServiceFactory> |
Function Details
createFromServiceFactory
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
| Parameter | Type | Description |
|---|---|---|
| documentServiceFactory | IDocumentServiceFactory |
Returns
Return type: Promise<IDocumentServiceFactory>