ISummaryContent Interface
Packages > @fluidframework/protocol-definitions > ISummaryContent
Signature:
export interface ISummaryContent
Properties
Property | Type | Description |
---|---|---|
handle | string | |
head | string | |
message | string | |
parents | string[] |
Events
handle
Signature:
handle: string;
head
Signature:
head: string;
message
Signature:
message: string;
parents
Signature:
parents: string[];