FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Mark IInboundSignalMessage as alpha and readonly

Open CraigMacomber opened this issue 9 months ago • 0 comments

Description

IInboundSignalMessage is the last public API in @fluidframework/runtime-definitions, and is only exposed via alpha APi, like the signal event on the alpha IFluidDataStoreRuntime.

Breaking Changes

Users of IInboundSignalMessage will need to import it from the /legacy scope and should not mutate it. Only users of existing @alpha APIs like IFluidDataStoreRuntime should be able to use this type, so it should not introduce new /legacy usage.

Reviewer Guidance

The review process is outlined on this wiki page.

CraigMacomber avatar May 23 '24 19:05 CraigMacomber