Skip to main content

IInternalMockRuntimeMessage Interface

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

To use, import via @fluidframework/test-runtime-utils/legacy.

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

Signature

export interface IInternalMockRuntimeMessage

Properties

Property Alerts Modifiers Type Description
content Beta any
localOpMetadata Beta optional unknown
referenceSequenceNumber Beta optional number

Property Details

content

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
content: any;

Type: any

localOpMetadata

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
localOpMetadata?: unknown;

Type: unknown

referenceSequenceNumber

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
referenceSequenceNumber?: number;

Type: number