Skip to main content

IFluidHandleEvents Interface

Events which fire from an IFluidHandle.

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

To use, import via @fluidframework/core-interfaces/legacy.

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

Signature

export interface IFluidHandleEvents

Properties

Property Alerts Type Description
payloadShared Alpha () => void Emitted when the payload becomes available to remote collaborators.

Property Details

payloadShared

Emitted when the payload becomes available to remote collaborators.

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
payloadShared: () => void;

Type: () => void