Skip to main content

IMergeTreeAnnotateAdjustMsg Interface

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

To use, import via @fluidframework/merge-tree/legacy.

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

Signature

export interface IMergeTreeAnnotateAdjustMsg extends IMergeTreeDelta

Extends: IMergeTreeDelta

Properties

PropertyAlertsModifiersTypeDescription
adjustBetaRecord<string, AdjustParams>
pos1Betaoptionalnumber
pos2Betaoptionalnumber
propsBetaoptionalnever
relativePos1Betaoptionalundefined
relativePos2Betaoptionalundefined
typeBetatypeof MergeTreeDeltaType.ANNOTATE

Property Details

adjust

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

adjust: Record<string, AdjustParams>;

Type: Record<string, AdjustParams>

pos1

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

pos1?: number;

Type: number

pos2

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

pos2?: number;

Type: number

props

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

props?: never;

Type: never

relativePos1

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

relativePos1?: undefined;

Type: undefined

relativePos2

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

relativePos2?: undefined;

Type: undefined

type

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

type: typeof MergeTreeDeltaType.ANNOTATE;

Type: typeof MergeTreeDeltaType.ANNOTATE