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 | Alpha |
any | ||
localOpMetadata | Alpha |
optional |
unknown |
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