ILoaderOptions Interface

Packages > @fluidframework/container-loader > ILoaderOptions

This API is deprecated and will be removed in a future release.

Use ILoaderOptions instead

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

To use, import via @fluidframework/container-loader/legacy.

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

Signature

export interface ILoaderOptions extends ILoaderOptions1

Extends: ILoaderOptions1

Properties

Property Alerts Modifiers Type Description
summarizeProtocolTree Deprecated, Alpha optional boolean

Property Details

summarizeProtocolTree

This API is deprecated and will be removed in a future release.

No longer needed or used (initially introduced to test single-commit summaries). Driver layer can enable single-commit summaries via document service policies if needed. ADO #9098: To remove declaration and usage from code.

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

To use, import via @fluidframework/container-loader/alpha.

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

Signature

summarizeProtocolTree?: boolean;

Type: boolean