Skip to main content

Options Interface

Options for tree diffing.

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

To use, import via @fluidframework/ai-collab/alpha.

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

Signature

export interface Options

Properties

Property Alerts Modifiers Type Description
cyclesFix Alpha boolean
useObjectIds Alpha optional { idAttributeName: string; } | undefined

Property Details

cyclesFix

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

To use, import via @fluidframework/ai-collab/alpha.

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

Signature

cyclesFix: boolean;

Type: boolean

useObjectIds

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

To use, import via @fluidframework/ai-collab/alpha.

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

Signature

useObjectIds?: {
idAttributeName: string;
} | undefined;

Type: { idAttributeName: string; } | undefined