ISummarizerEvents Interface
Packages > @fluidframework/container-runtime > ISummarizerEvents
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 ISummarizerEvents extends IEvent
Extends: IEvent
Call Signatures
CallSignature | Alerts | Description |
---|---|---|
(event: "summarize", listener: (props: ISummarizeEventProps) => void): any | Alpha |
Call Signature Details
(event: “summarize”, listener: (props: ISummarizeEventProps) => void): 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: "summarize", listener: (props: ISummarizeEventProps) => void): any;