ISummaryCollectionOpEvents Interface
Packages > @fluidframework/container-runtime > ISummaryCollectionOpEvents
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-runtime/legacy
.
For more information about our API support guarantees, see here .
Signature
export interface ISummaryCollectionOpEvents extends IEvent
Extends: IEvent
Call Signatures
CallSignature | Alerts | Description |
---|---|---|
(event: OpActionEventName, listener: OpActionEventListener): any | Alpha |
Call Signature Details
(event: OpActionEventName, listener: OpActionEventListener): any
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime/alpha
.
For more information about our API support guarantees, see here .
Signature
(event: OpActionEventName, listener: OpActionEventListener): any;