Packages > @fluidframework/devtools

@fluidframework/devtools Package

Interfaces

Interface Alerts Description
ContainerDevtoolsProps BETA Properties for configuring Devtools for an individual IFluidContainer.
DevtoolsProps BETA Properties for configuring IDevtools.
IDevtools BETA Fluid Devtools. A single, global instance is used to generate and communicate stats associated with the general Fluid runtime (i.e., it is not associated with any single Framework entity).

Functions

Function Alerts Return Type Description
initializeDevtools(props) BETA IDevtools Initializes the Devtools singleton and returns a handle to it.

Function Details

initializeDevtools (BETA)

Initializes the Devtools singleton and returns a handle to it.

WARNING: This API is provided as a beta preview and may change without notice. Use at your own risk.

Signature

export declare function initializeDevtools(props: DevtoolsProps): IDevtools;

Parameters

Parameter Type Description
props DevtoolsProps

Returns

Return type: IDevtools

See Also

@fluidframework/devtools-core#initializeDevtoolsBase